Changeset 4730 for trunk/gui/scripts/vtkvolumeviewer.tcl
- Timestamp:
- Nov 14, 2014 3:33:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkvolumeviewer.tcl
r4728 r4730 248 248 array set _settings { 249 249 -axesvisible 1 250 -axisflymode static 250 251 -axislabels 1 251 252 -axisminorticks 1 … … 1927 1928 "furthest_triad" "farthest" \ 1928 1929 "outer_edges" "outer" 1929 $itk_component(axismode) value "static"1930 $itk_component(axismode) value $_settings(-axisflymode) 1930 1931 bind $inner.mode <<Value>> [itcl::code $this AdjustSetting -axisflymode] 1931 1932 … … 1963 1964 0,0 $inner.view_l -anchor e -pady 2 \ 1964 1965 0,1 $inner.view -anchor w -pady 2 1966 blt::table configure $inner r0 -resize none 1965 1967 1966 1968 set row 1 … … 1990 1992 incr row 1991 1993 1992 blt::table configure $inner r*c0 c1 -resize none1994 blt::table configure $inner c0 c1 -resize none 1993 1995 blt::table configure $inner c2 -resize expand 1994 1996 blt::table configure $inner r$row -resize expand
Note: See TracChangeset
for help on using the changeset viewer.