scrollw.tcl
This file is part of Unifix BWidget Toolkit
$Id: scrollw.tcl,v 1.4 2000/02/26 01:56:41 ericm Exp $
Index of commands:
- ScrolledWindow::create
- ScrolledWindow::getframe
- ScrolledWindow::setwidget
- ScrolledWindow::configure
- ScrolledWindow::cget
- ScrolledWindow::_set_hframe
- ScrolledWindow::_set_vscroll
- ScrolledWindow::_setData
- ScrolledWindow::_setSBSize
- ScrolledWindow::_realize
| ScrolledWindow | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval ScrolledWindow { |
|
| ScrolledWindow::_destroy | |
| Comments | Command ScrolledWindow::_destroy |
| Arguments | path |
| Used by | |
| Uses | Widget::destroy |
proc ScrolledWindow::_destroy { path } { |
|
| ScrolledWindow::_realize | |
| Comments | Command ScrolledWindow::_realize |
| Arguments | path |
| Used by | |
| Uses | |
proc ScrolledWindow::_realize { path } { |
|
| ScrolledWindow::_setData | |
| Comments | |
| Arguments | path scrollbar auto sides |
| Used by | |
| Uses | |
proc ScrolledWindow::_setData {path scrollbar auto sides} { |
|
| ScrolledWindow::_setSBSize | |
| Comments | |
| Arguments | sb size args |
| Used by | |
| Uses | |
proc ScrolledWindow::_setSBSize {sb size args} { |
|
| ScrolledWindow::_set_hscroll | |
| Comments | Command ScrolledWindow::_set_hscroll |
| Arguments | path vmin vmax |
| Used by | |
| Uses | |
proc ScrolledWindow::_set_hscroll { path vmin vmax } { |
|
| ScrolledWindow::_set_vscroll | |
| Comments | Command ScrolledWindow::_set_vscroll |
| Arguments | path vmin vmax |
| Used by | |
| Uses | |
proc ScrolledWindow::_set_vscroll { path vmin vmax } { |
|
| ScrolledWindow::cget | |
| Comments | Command ScrolledWindow::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc ScrolledWindow::cget { path option } { |
|
| ScrolledWindow::configure | |
| Comments | Command ScrolledWindow::configure |
| Arguments | path args |
| Used by | SelectFont::configure |
| Uses | Widget::hasChanged Widget::configure Widget::cget |
proc ScrolledWindow::configure { path args } { |
|
| ScrolledWindow::create | |
| Comments | Command ScrolledWindow::create |
| Arguments | path args |
| Used by | SelectFont::create |
| Uses | Widget::subcget Widget::cget Widget::init |
proc ScrolledWindow::create { path args } { |
|
| ScrolledWindow::getframe | |
| Comments | Command ScrolledWindow::getframe |
| Arguments | path |
| Used by | |
| Uses | |
proc ScrolledWindow::getframe { path } { |
|
| ScrolledWindow::setwidget | |
| Comments | Command ScrolledWindow::setwidget |
| Arguments | path widget |
| Used by | SelectFont::create |
| Uses | |
proc ScrolledWindow::setwidget { path widget } { |
|