Ignore:
Timestamp:
Mar 5, 2013, 3:22:29 PM (12 years ago)
Author:
gah
Message:

add KP_Enter to Return bindings. Implement OK handler in visviewer base class. Fix setting # of isolines while running a sequence of heightmaps/contours

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/spinint.tcl

    r3330 r3454  
    7171    bind $itk_component(entry) <KeyPress> \
    7272        [itcl::code $this _validate %A]
    73     bind $itk_component(entry) <KeyPress-Return> \
     73    bind $itk_component(entry) <Return> \
     74        "$this value \[$itk_component(entry) get\]"
     75    bind $itk_component(entry) <KP_Enter> \
    7476        "$this value \[$itk_component(entry) get\]"
    7577
Note: See TracChangeset for help on using the changeset viewer.