- Timestamp:
- Feb 22, 2015, 2:58:48 PM (10 years ago)
- Location:
- branches/1.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4
-
branches/1.4/gui/scripts/vtkvolumeviewer.tcl
r4774 r5039 1870 1870 set labels { qx qy qz qw xpan ypan zoom } 1871 1871 foreach tag $labels { 1872 label $inner.${tag} -label -text $tag -font "Arial 9"1872 label $inner.${tag}label -text $tag -font "Arial 9" 1873 1873 entry $inner.${tag} -font "Arial 9" -bg white \ 1874 1874 -textvariable [itcl::scope _view(-$tag)] … … 1878 1878 [itcl::code $this camera set -${tag}] 1879 1879 blt::table $inner \ 1880 $row,0 $inner.${tag} -label -anchor e -pady 2 \1880 $row,0 $inner.${tag}label -anchor e -pady 2 \ 1881 1881 $row,1 $inner.${tag} -anchor w -pady 2 1882 1882 blt::table configure $inner r$row -resize none
Note: See TracChangeset
for help on using the changeset viewer.