Changeset 2397 for trunk/gui/scripts/vtkviewer.tcl
- Timestamp:
- Aug 19, 2011, 12:59:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkviewer.tcl
r2394 r2397 15 15 package require BLT 16 16 #package require Img 17 17 18 18 option add *VtkViewer.width 4i widgetDefault 19 19 option add *VtkViewer*cursor crosshair widgetDefault … … 715 715 ReceiveEcho <<line "<read $info(-bytes) bytes" 716 716 if { $info(-type) == "image" } { 717 if 1{717 if 0 { 718 718 set f [open "last.ppm" "w"] 719 719 puts $f $bytes
Note: See TracChangeset
for help on using the changeset viewer.