Changeset 3060 for trunk


Ignore:
Timestamp:
Jun 26, 2012, 1:00:31 PM (12 years ago)
Author:
ldelgass
Message:

Fix widget names, canonical view orientations in BuildCameraTab?. Note that
the drop down is not yet added to the layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/nanovisviewer.tcl

    r3059 r3060  
    18781878        Rappture::Combobox $inner.orientation -width 10 -editable no
    18791879    }
    1880     $inner.mode choices insert end \
    1881         "front"    "lines" \
    1882         "back"   "ribbons" \
     1880    $inner.orientation choices insert end \
     1881        "front"    "0 90 0" \
     1882        "back"   "180 90 0" \
    18831883        "top"     "0 0 0"  \
    18841884        "bottom"     "0 180 0"  \
    1885         "left"     "270 0 0 "  \
    1886         "right"     "90 0 0"  \
     1885        "left"     "270 90 0 "  \
     1886        "right"     "90 90 0"  \
    18871887        "default"  "45 45 0"
    18881888    $itk_component(orientation) value "default"
    1889     bind $inner.mode <<Value>> [itcl::code $this SetOrientation]
     1889    bind $inner.orientation <<Value>> [itcl::code $this SetOrientation]
    18901890
    18911891    blt::table configure $inner c0 c1 -resize none
Note: See TracChangeset for help on using the changeset viewer.