Changeset 4449 for branches/1.3/gui/scripts/vtkstreamlinesviewer.tcl
- Timestamp:
- Jun 27, 2014, 3:56:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/gui/scripts/vtkstreamlinesviewer.tcl
r4439 r4449 1737 1737 Rappture::Combobox $inner.colormap -width 10 -editable no 1738 1738 } 1739 $inner.colormap choices insert end \ 1740 "BCGYR" "BCGYR" \ 1741 "BGYOR" "BGYOR" \ 1742 "blue" "blue" \ 1743 "blue-to-brown" "blue-to-brown" \ 1744 "blue-to-orange" "blue-to-orange" \ 1745 "blue-to-grey" "blue-to-grey" \ 1746 "green-to-magenta" "green-to-magenta" \ 1747 "greyscale" "greyscale" \ 1748 "nanohub" "nanohub" \ 1749 "rainbow" "rainbow" \ 1750 "spectral" "spectral" \ 1751 "ROYGB" "ROYGB" \ 1752 "RYGCB" "RYGCB" \ 1753 "brown-to-blue" "brown-to-blue" \ 1754 "grey-to-blue" "grey-to-blue" \ 1755 "orange-to-blue" "orange-to-blue" 1756 1739 1740 $inner.colormap choices insert end [GetColormapList] 1757 1741 $itk_component(colormap) value "BCGYR" 1758 1742 bind $inner.colormap <<Value>> \
Note: See TracChangeset
for help on using the changeset viewer.