Changeset 499
- Timestamp:
- Dec 4, 2009 5:07:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 2001/11/07 18:17:37 to 2001/12/16 19:40:06
- Property rcs:lines changed from +8 -6 to +6 -7
- Property rcs:rev changed from 1.51 to 1.52
r484 r499 3008 3008 grid $expgui(histFrame).bb.newh -column 0 -row 1 3009 3009 } 3010 if [file exists [file join $expgui(scriptdir) excledt]] { 3011 button $expgui(histFrame).bb.excl \ 3012 -text "Set Data Limits &\nExcluded Regions" -command excledit 3013 grid $expgui(histFrame).bb.excl -column 1 -row 1 3014 } 3010 button $expgui(histFrame).bb.excl \ 3011 -text "Set Data Limits &\nExcluded Regions" -command excledit 3012 grid $expgui(histFrame).bb.excl -column 1 -row 1 3013 3015 3014 button $expgui(histFrame).bb.use -text "Set Histogram\nUse Flags" \ 3016 3015 -command SetHistUseFlags
Note: See TracChangeset
for help on using the changeset viewer.