Changeset 31
- Timestamp:
- Dec 4, 2009 4:59:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsasmenu.tcl
- Property rcs:date changed from 1999/01/13 04:40:02 to 1999/01/20 19:44:43
- Property rcs:lines changed from +19 -9 to +7 -23
- Property rcs:rev changed from 1.3 to 1.4
r27 r31 1 1 # $Revision$ $Date$ 2 2 # menu information for GSAS programs 3 4 # implement5 # next6 # previous7 # newest8 # help9 3 10 4 # menu items to be created (N.B. File, Options & Help already exist) … … 14 8 array set expgui_menulist { 15 9 file { 16 New_expnam17 10 convert 18 11 dlst … … 140 133 141 134 expnam {readnewexp { 142 Select an existing GSAS experiment to be used} 143 } 144 145 New_expnam {CreateNewExp { 146 Create a new GSAS experiment from scratch} 135 Select an existing or new GSAS experiment to be used} 147 136 } 148 137 … … 307 296 } 308 297 309 convert { {convfile}{298 convert {convfile { 310 299 Convert a standard ASCII file to the direct access format used by GSAS (and for UNIX, the reverse)} 311 300 } … … 326 315 EXPEDT, change try the other setting for this option.} 327 316 } 317 SaveOptions {- { 318 Save the current values for "Override backspace", 319 "Sort atoms by", "Sort histograms by" and "archive EXP" 320 in ~/.gsas_config (c:\.gsas_config)} 321 } 328 322 exit {- { 329 323 Exit EXPGUI} … … 336 330 #exp2shelx {{} {}} 337 331 #exp2xtl {{} {}} 338 #newEXP {{newexp} {}}339 #next {{next 1} {}}340 #previous {{next 0} {}}341 332 #dlst {{delconf .LST} {}} 342 333 … … 350 341 liveplot 351 342 } 352 353 array set helplist {354 newEXP Create a new GSAS experiment355 dlst Delete experiment list file356 next Advance to next experiment file in list357 previous Move to previous experiment file in list358 }
Note: See TracChangeset
for help on using the changeset viewer.