Changeset 4197 for trunk/gui/scripts/vtkvolumeviewer.tcl
- Timestamp:
- Feb 27, 2014, 2:05:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkvolumeviewer.tcl
r4194 r4197 1727 1727 Rappture::Combobox $inner.volcomponents -editable no 1728 1728 } 1729 $itk_component(volcomponents) value "BCGYR"1730 1729 bind $inner.volcomponents <<Value>> \ 1731 1730 [itcl::code $this AdjustSetting -current] … … 1816 1815 } 1817 1816 $inner.colormap choices insert end \ 1817 "default" "default" \ 1818 1818 "BCGYR" "BCGYR" \ 1819 1819 "BGYOR" "BGYOR" \ … … 1833 1833 "orange-to-blue" "orange-to-blue" 1834 1834 1835 $itk_component(colormap) value "BCGYR"1836 1835 bind $inner.colormap <<Value>> \ 1837 1836 [itcl::code $this AdjustSetting -color] 1837 $itk_component(colormap) value "default" 1838 set _settings(-color) "default" 1838 1839 1839 1840 label $inner.blendmode_l -text "Blend Mode" -font $font
Note: See TracChangeset
for help on using the changeset viewer.