scrollview.tcl
This file is part of Unifix BWidget Toolkit
$Id: scrollview.tcl,v 1.4 2000/06/15 00:45:16 kuchler Exp $
Index of commands:
- ScrolledWindow::create
- ScrolledWindow::configure
- ScrolledWindow::cget
- ScrolledWindow::_set_hscroll
- ScrolledWindow::_set_vscroll
- ScrolledWindow::_update_scroll
- ScrolledWindow::_set_view
- ScrolledWindow::_resize
| ScrollView | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval ScrollView { |
|
| ScrollView::_destroy | |
| Comments | Command ScrollView::_destroy |
| Arguments | path |
| Used by | |
| Uses | Widget::destroy Widget::getoption |
proc ScrollView::_destroy { path } { |
|
| ScrollView::_resize | |
| Comments | Command ScrollView::_resize |
| Arguments | path |
| Used by | |
| Uses | Widget::getoption |
proc ScrollView::_resize { path } { |
|
| ScrollView::_set_hscroll | |
| Comments | Command ScrollView::_set_hscroll |
| Arguments | path vmin vmax |
| Used by | |
| Uses | |
proc ScrollView::_set_hscroll { path vmin vmax } { |
|
| ScrollView::_set_view | |
| Comments | Command ScrollView::_set_view |
| Arguments | path cmd x y |
| Used by | |
| Uses | Widget::getoption |
proc ScrollView::_set_view { path cmd x y } { |
|
| ScrollView::_set_vscroll | |
| Comments | Command ScrollView::_set_vscroll |
| Arguments | path vmin vmax |
| Used by | |
| Uses | |
proc ScrollView::_set_vscroll { path vmin vmax } { |
|
| ScrollView::_update_scroll | |
| Comments | Command ScrollView::_update_scroll |
| Arguments | path callscroll hminmax vminmax |
| Used by | |
| Uses | |
proc ScrollView::_update_scroll { path callscroll hminmax vminmax } { |
|
| ScrollView::cget | |
| Comments | Command ScrollView::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc ScrollView::cget { path option } { |
|
| ScrollView::configure | |
| Comments | Command ScrollView::configure |
| Arguments | path args |
| Used by | |
| Uses | Widget::configure Widget::hasChanged Widget::getoption |
proc ScrollView::configure { path args } { |
|
| ScrollView::create | |
| Comments | Command ScrollView::create |
| Arguments | path args |
| Used by | |
| Uses | Widget::cget Widget::init Widget::subcget |
proc ScrollView::create { path args } { |
|