panedw.tcl
This file is part of Unifix BWidget Toolkit
Index of commands:
- PanedWindow::create
- PanedWindow::configure
- PanedWindow::cget
- PanedWindow::add
- PanedWindow::getframe
- PanedWindow::_apply_weights
- PanedWindow::_destroy
- PanedWindow::_beg_move_sash
- PanedWindow::_move_sash
- PanedWindow::_end_move_sash
- PanedWindow::_realize
| PanedWindow | |
| Comments | JDC: added option to choose behavior of weights -weights extra : only apply weights to extra space (as current (>= 1.3.1) with grid command) -weights available : apply weights to total available space (as before (<1.3.1) with place command) |
| Arguments | |
| Used by | |
| Uses | |
namespace eval PanedWindow { |
|
| PanedWindow::_apply_weights | |
| Comments | Command PanedWindow::_apply_weights |
| Arguments | path |
| Used by | |
| Uses | Widget::getoption |
proc PanedWindow::_apply_weights { path } { |
|
| PanedWindow::_beg_move_sash | |
| Comments | Command PanedWindow::_beg_move_sash |
| Arguments | path num x y |
| Used by | |
| Uses | Widget::getoption |
proc PanedWindow::_beg_move_sash { path num x y } { |
|
| PanedWindow::_destroy | |
| Comments | Command PanedWindow::_destroy |
| Arguments | path |
| Used by | PanedWindow::create |
| Uses | Widget::destroy |
proc PanedWindow::_destroy { path } { |
|
| PanedWindow::_end_move_sash | |
| Comments | Command PanedWindow::_end_move_sash |
| Arguments | path top num min max v rootv size |
| Used by | |
| Uses | Widget::getoption |
proc PanedWindow::_end_move_sash { path top num min max v rootv size } { |
|
| PanedWindow::_move_sash | |
| Comments | Command PanedWindow::_move_sash |
| Arguments | top min max v form |
| Used by | |
| Uses | |
proc PanedWindow::_move_sash { top min max v form } { |
|
| PanedWindow::_realize | |
| Comments | Command PanedWindow::_realize |
| Arguments | path width height |
| Used by | PanedWindow::create |
| Uses | |
proc PanedWindow::_realize { path width height } { |
|
| PanedWindow::add | |
| Comments | Command PanedWindow::add |
| Arguments | path args |
| Used by | |
| Uses | Widget::getoption Widget::init |
proc PanedWindow::add { path args } { |
|
| PanedWindow::cget | |
| Comments | Command PanedWindow::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc PanedWindow::cget { path option } { |
|
| PanedWindow::configure | |
| Comments | Command PanedWindow::configure |
| Arguments | path args |
| Used by | |
| Uses | Widget::hasChanged Widget::configure |
proc PanedWindow::configure { path args } { |
|
| PanedWindow::create | |
| Comments | Command PanedWindow::create |
| Arguments | path args |
| Used by | |
| Uses | PanedWindow::_realize Widget::init PanedWindow::_destroy Widget::cget |
proc PanedWindow::create { path args } { |
|
| PanedWindow::getframe | |
| Comments | Command PanedWindow::getframe |
| Arguments | path index |
| Used by | |
| Uses | |
proc PanedWindow::getframe { path index } { |
|