titleframe.tcl
This file is part of Unifix BWidget Toolkit
Index of commands:
- TitleFrame::create
- TitleFrame::configure
- TitleFrame::cget
- TitleFrame::getframe
- TitleFrame::_place
| TitleFrame | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval TitleFrame { |
|
| TitleFrame::_place | |
| Comments | Command TitleFrame::_place |
| Arguments | path |
| Used by | |
| Uses | Widget::getoption |
proc TitleFrame::_place { path } { |
|
| TitleFrame::cget | |
| Comments | Command TitleFrame::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc TitleFrame::cget { path option } { |
|
| TitleFrame::configure | |
| Comments | Command TitleFrame::configure |
| Arguments | path args |
| Used by | |
| Uses | Widget::configure Widget::hasChanged |
proc TitleFrame::configure { path args } { |
|
| TitleFrame::create | |
| Comments | Command TitleFrame::create |
| Arguments | path args |
| Used by | |
| Uses | Widget::destroy Widget::init Widget::getoption Widget::subcget |
proc TitleFrame::create { path args } { |
|
| TitleFrame::getframe | |
| Comments | Command TitleFrame::getframe |
| Arguments | path |
| Used by | |
| Uses | |
proc TitleFrame::getframe { path } { |
|