Changeset 428 for trunk/expgui
- Timestamp:
- Dec 4, 2009 5:06:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 2001/09/04 22:08:10 to 2001/09/04 22:56:15
- Property rcs:lines changed from +34 -23 to +8 -3
- Property rcs:rev changed from 1.45 to 1.46
r419 r428 3062 3062 } 3063 3063 } 3064 grid [frame $expgui(histFrame).bb] -column 1 -row 6 3064 3065 if [file executable $expgui(exptool)] { 3065 button $expgui(histFrame).newh -text "Add New Histogram" -command MakeAddHistBox 3066 grid $expgui(histFrame).newh -column 1 -row 6 3066 button $expgui(histFrame).bb.newh -text "Add New Histogram" -command MakeAddHistBox 3067 grid $expgui(histFrame).bb.newh -column 1 -row 1 3068 } 3069 if [file exists [file join $expgui(scriptdir) excledt]] { 3070 button $expgui(histFrame).bb.excl -text "Data Limits/Exclude" -command excledit 3071 grid $expgui(histFrame).bb.excl -column 0 -row 1 3067 3072 } 3068 3073 … … 3508 3513 -label "Screen font" 3509 3514 menu $expgui(fm).option.menu.font 3510 foreach f {10 11 12 13 14 16 18 20 } {3515 foreach f {10 11 12 13 14 16 18 20 22} { 3511 3516 $expgui(fm).option.menu.font add radiobutton \ 3512 3517 -command {SetTkDefaultOptions $expgui(font); ResizeFont .; ResizeNotebook} \
Note: See TracChangeset
for help on using the changeset viewer.