Ignore:
Timestamp:
Mar 16, 2013 2:15:14 PM (11 years ago)
Author:
gah
Message:

rearrange controls in isosurfaceviewer, add number of isosurfaces control, fix for cutplane visibility?, add binding Control-F1 for text window in debug console

File:
1 edited

Legend:

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

    r3454 r3514  
    701701    bind $f.send.e <Return> [itcl::code $this SendDebugCommand]
    702702    bind $f.send.e <KP_Enter> [itcl::code $this SendDebugCommand]
    703    
    704703    scrollbar $f.sb -orient vertical -command "$f.comm yview"
    705704    pack $f.sb -side right -fill y
     
    710709    }
    711710    pack $f.comm -expand yes -fill both
     711    bind $f.comm <Control-F1> [itcl::code $this ToggleConsole]
    712712
    713713    $itk_component(trace) tag configure error -foreground red \
Note: See TracChangeset for help on using the changeset viewer.