Changeset 3547 for trunk/gui/scripts/vtkheightmapviewer.tcl
- Timestamp:
- Mar 21, 2013, 7:29:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkheightmapviewer.tcl
r3546 r3547 2334 2334 # If there's a legend title, create a text item for the title. 2335 2335 $c create text $x $y \ 2336 -anchor ne \ 2337 -fill $itk_option(-plotforeground) -tags "title legend" \ 2338 -font $font 2339 incr y $lineht 2336 -anchor ne \ 2337 -fill $itk_option(-plotforeground) -tags "title legend" \ 2338 -font $font 2340 2339 $c create text $x $y \ 2341 2340 -anchor ne \
Note: See TracChangeset
for help on using the changeset viewer.