Changeset 5240
- Timestamp:
- Apr 15, 2015 2:01:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/gui/scripts/vtkvolumeviewer.tcl
r5239 r5240 214 214 215 215 array set _settings { 216 axis-minorticks 1 216 217 axis-xgrid 0 217 218 axis-ygrid 0 … … 936 937 set _first "" 937 938 InitSettings axis-xgrid axis-ygrid axis-zgrid axisFlyMode \ 938 axesVisible axisLabels 939 axesVisible axisLabels axis-minorticks 939 940 StopBufferingCommands 940 941 SendCmd "imgflush" … … 1329 1330 set bool $_settings($what) 1330 1331 SendCmd "axis labels all $bool" 1332 } 1333 "axis-minorticks" { 1334 set bool $_settings($what) 1335 SendCmd "axis minticks all $bool" 1331 1336 } 1332 1337 "axis-xgrid" - "axis-ygrid" - "axis-zgrid" { … … 1684 1689 -variable [itcl::scope _settings(axis-zgrid)] \ 1685 1690 -command [itcl::code $this AdjustSetting axis-zgrid] \ 1691 -font "Arial 9" 1692 checkbutton $inner.minorticks \ 1693 -text "Minor Ticks" \ 1694 -variable [itcl::scope _settings(axis-minorticks)] \ 1695 -command [itcl::code $this AdjustSetting axis-minorticks] \ 1686 1696 -font "Arial 9" 1687 1697
Note: See TracChangeset
for help on using the changeset viewer.