Ignore:
Timestamp:
Mar 28, 2016, 6:30:14 AM (9 years ago)
Author:
ldelgass
Message:

merge viewer cleanups from trunk

Location:
branches/1.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6

  • branches/1.6/gui/scripts/vtkvolumeviewer.tcl

    r6155 r6212  
    267267    set c $itk_component(view)
    268268    bind $c <Configure> [itcl::code $this EventuallyResize %w %h]
    269     bind $c <4> [itcl::code $this Zoom in 0.25]
    270     bind $c <5> [itcl::code $this Zoom out 0.25]
    271     bind $c <KeyPress-Left>  [list %W xview scroll 10 units]
    272     bind $c <KeyPress-Right> [list %W xview scroll -10 units]
    273     bind $c <KeyPress-Up>    [list %W yview scroll 10 units]
    274     bind $c <KeyPress-Down>  [list %W yview scroll -10 units]
    275     bind $c <Enter> "focus %W"
    276269    bind $c <Control-F1> [itcl::code $this ToggleConsole]
    277270
Note: See TracChangeset for help on using the changeset viewer.