Changeset 1221 for branches/sandbox/expgui
- Timestamp:
- Sep 21, 2012 5:56:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/expgui
r1220 r1221 70 70 set expgui(HistSelectList) {} 71 71 # location for web pages, if not found locally 72 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/72 set expgui(website) subversion.xray.aps.anl.gov/EXPGUI/trunk/doc/ 73 73 # default for archive mode = on 74 74 set expgui(archive) 1 … … 4452 4452 CIFselect $expgui(expfile) 4453 4453 } 4454 $expgui(fm).graphs.menu add cascade \ 4455 -menu $expgui(fm).graphs.menu.fourier \ 4456 -label "Fourier" 4457 menu $expgui(fm).graphs.menu.fourier 4458 foreach num {1 2 3 4 5 6 7 8 9} { 4459 $expgui(fm).graphs.menu.fourier add command -label "Setup phase $num" \ 4460 -command "EditFourier $num" 4461 } 4462 $expgui(fm).graphs.menu.fourier add command -label "run fourier prog" \ 4463 -command {runGSASwEXP fourier} 4464 4454 4465 # add the commands in expgui_menulist 4455 4466 foreach menu [array names expgui_menulist ] {
Note: See TracChangeset
for help on using the changeset viewer.