Ignore:
Timestamp:
Mar 12, 2009 2:56:31 PM (15 years ago)
Author:
gah
Message:

Add camera positioning

File:
1 edited

Legend:

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

    r1294 r1313  
    1 #!/usr/bin/wish
     1
    22# ----------------------------------------------------------------------
    3 
    4 
    53#  VisViewer -
    64#
     
    122120
    123121    itk_component add controls {
    124         frame $itk_interior.cntls
     122        frame $itk_interior.cntls 
    125123    } {
    126124        usual
     
    133131    #
    134132    itk_component add drawer {
    135         panedwindow $itk_interior.drawer \
    136             -orient horizontal -opaqueresize 1 -handlepad 0 \
    137             -handlesize 1 -sashwidth 2
     133        panedwindow $itk_interior.drawer \
     134            -orient horizontal -opaqueresize 1 -handlepad 0 \
     135            -handlesize 1 -sashwidth 2
    138136    }
    139137    pack $itk_component(drawer) -expand yes -fill both
    140138
    141139    itk_component add area {
    142         frame $itk_interior.area
     140        frame $itk_interior.area -highlightthickness 0
    143141    }
    144142    $itk_component(drawer) add $itk_component(area) -sticky nsew
     
    147145    itk_component add 3dview {
    148146        label $itk_component(area).vol -image $_image(plot) \
    149             -highlightthickness 0 -width 1 -height 1
     147            -highlightthickness 0 -width 1 -height 1 -borderwidth 0
    150148    } {
    151149        usual
    152         ignore -highlightthickness
     150        ignore -highlightthickness -borderwidth
    153151    }
    154152    pack $itk_component(3dview) -expand yes -fill both
Note: See TracChangeset for help on using the changeset viewer.