scrollframe.tcl
This file is part of Unifix BWidget Toolkit
$Id: scrollframe.tcl,v 1.3 2002/06/04 22:03:34 hobbs Exp $
Index of commands:
- ScrollableFrame::create
- ScrollableFrame::configure
- ScrollableFrame::cget
- ScrollableFrame::getframe
- ScrollableFrame::see
- ScrollableFrame::xview
- ScrollableFrame::yview
- ScrollableFrame::_resize
| ScrollableFrame | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval ScrollableFrame { |
|
| ScrollableFrame::_frameConfigure | |
| Comments | Command ScrollableFrame::_frameConfigure |
| Arguments | canvas frame width height |
| Used by | ScrollableFrame::create |
| Uses | |
proc ScrollableFrame::_frameConfigure {canvas frame width height} { |
|
| ScrollableFrame::_resize | |
| Comments | Command ScrollableFrame::_resize |
| Arguments | path |
| Used by | |
| Uses | Widget::getoption |
proc ScrollableFrame::_resize { path } { |
|
| ScrollableFrame::cget | |
| Comments | Command ScrollableFrame::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc ScrollableFrame::cget { path option } { |
|
| ScrollableFrame::configure | |
| Comments | Command ScrollableFrame::configure |
| Arguments | path args |
| Used by | |
| Uses | Widget::hasChanged Widget::configure |
proc ScrollableFrame::configure { path args } { |
|
| ScrollableFrame::create | |
| Comments | Command ScrollableFrame::create |
| Arguments | path args |
| Used by | |
| Uses | Widget::init Widget::subcget ScrollableFrame::_frameConfigure Widget::cget |
proc ScrollableFrame::create { path args } { |
|
| ScrollableFrame::getframe | |
| Comments | Command ScrollableFrame::getframe |
| Arguments | path |
| Used by | |
| Uses | |
proc ScrollableFrame::getframe { path } { |
|
| ScrollableFrame::see | |
| Comments | Command ScrollableFrame::see |
| Arguments | path widget vert horz xOffset yOffset |
| Used by | |
| Uses | |
proc ScrollableFrame::see { path widget {vert top} {horz left} {xOffset 0} {yOffset 0}} { |
|
| ScrollableFrame::xview | |
| Comments | Command ScrollableFrame::xview |
| Arguments | path args |
| Used by | |
| Uses | |
proc ScrollableFrame::xview { path args } { |
|
| ScrollableFrame::yview | |
| Comments | Command ScrollableFrame::yview |
| Arguments | path args |
| Used by | |
| Uses | |
proc ScrollableFrame::yview { path args } { |
|