Changeset 2316 for branches/blt4/gui


Ignore:
Timestamp:
Jul 20, 2011, 8:00:33 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/sidebarframe.tcl

    r1923 r2316  
    4747    public method select {which}
    4848    public method pop {what}
    49 
     49    public method width { size } {
     50        set _width $size
     51    }
    5052    protected method _toggleTab { which }
    5153    protected method _sash {op x}
     
    206208            Background
    207209    }
    208     pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} -fill y
     210    pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} \
     211        -fill y
    209212
    210213    eval itk_initialize $args
Note: See TracChangeset for help on using the changeset viewer.