Changeset 2316 for branches/blt4/gui
- Timestamp:
- Jul 20, 2011, 8:00:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/gui/scripts/sidebarframe.tcl
r1923 r2316 47 47 public method select {which} 48 48 public method pop {what} 49 49 public method width { size } { 50 set _width $size 51 } 50 52 protected method _toggleTab { which } 51 53 protected method _sash {op x} … … 206 208 Background 207 209 } 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 209 212 210 213 eval itk_initialize $args
Note: See TracChangeset
for help on using the changeset viewer.