Changeset 428 for trunk


Ignore:
Timestamp:
Dec 4, 2009 5:06:00 PM (14 years ago)
Author:
toby
Message:

# on 2001/09/04 22:56:15, toby did:
Add Data Limits/Exclude? button

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  
    30623062        }
    30633063    }
     3064    grid [frame $expgui(histFrame).bb] -column 1 -row 6
    30643065    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
    30673072    }
    30683073
     
    35083513        -label "Screen font"
    35093514menu $expgui(fm).option.menu.font
    3510 foreach f {10 11 12 13 14 16 18 20} {
     3515foreach f {10 11 12 13 14 16 18 20 22} {
    35113516    $expgui(fm).option.menu.font add radiobutton \
    35123517            -command {SetTkDefaultOptions $expgui(font); ResizeFont .; ResizeNotebook} \
Note: See TracChangeset for help on using the changeset viewer.