Changeset 3443 for trunk/gui/scripts
- Timestamp:
- Mar 4, 2013, 9:41:38 AM (12 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkheightmapviewer.tcl
r3442 r3443 341 341 [itcl::code $this Pan release %x %y] 342 342 343 bind $itk_component(view) <ButtonRelease-3> \344 [itcl::code $this Pick %x %y]343 #bind $itk_component(view) <ButtonRelease-3> \ 344 # [itcl::code $this Pick %x %y] 345 345 346 346 # Bindings for panning via keyboard -
trunk/gui/scripts/vtkisosurfaceviewer.tcl
r3442 r3443 397 397 [itcl::code $this Pan release %x %y] 398 398 399 bind $itk_component(view) <ButtonRelease-3> \400 [itcl::code $this Pick %x %y]399 #bind $itk_component(view) <ButtonRelease-3> \ 400 # [itcl::code $this Pick %x %y] 401 401 402 402 # Bindings for panning via keyboard -
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r3442 r3443 422 422 [itcl::code $this Pan release %x %y] 423 423 424 bind $itk_component(view) <ButtonRelease-3> \425 [itcl::code $this Pick %x %y]424 #bind $itk_component(view) <ButtonRelease-3> \ 425 # [itcl::code $this Pick %x %y] 426 426 427 427 # Bindings for panning via keyboard -
trunk/gui/scripts/vtkviewer.tcl
r3441 r3443 359 359 [itcl::code $this Pan release %x %y] 360 360 361 bind $itk_component(view) <ButtonRelease-3> \362 [itcl::code $this Pick %x %y]361 #bind $itk_component(view) <ButtonRelease-3> \ 362 # [itcl::code $this Pick %x %y] 363 363 364 364 # Bindings for panning via keyboard -
trunk/gui/scripts/vtkvolumeviewer.tcl
r3442 r3443 404 404 [itcl::code $this Pan release %x %y] 405 405 406 bind $itk_component(view) <ButtonRelease-3> \407 [itcl::code $this Pick %x %y]406 #bind $itk_component(view) <ButtonRelease-3> \ 407 # [itcl::code $this Pick %x %y] 408 408 409 409 # Bindings for panning via keyboard
Note: See TracChangeset
for help on using the changeset viewer.