separator.tcl
This file is part of Unifix BWidget Toolkit
Index of commands:
- Separator::create
- Separator::configure
- Separator::cget
| Separator | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval Separator { |
|
| Separator::cget | |
| Comments | Command Separator::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc Separator::cget { path option } { |
|
| Separator::configure | |
| Comments | Command Separator::configure |
| Arguments | path args |
| Used by | MainFrame::configure Dialog::configure |
| Uses | Widget::configure Widget::hasChanged |
proc Separator::configure { path args } { |
|
| Separator::create | |
| Comments | Command Separator::create |
| Arguments | path args |
| Used by | MainFrame::addtoolbar MainFrame::create Dialog::create |
| Uses | Widget::destroy Widget::cget Widget::parseArgs Widget::initFromODB |
proc Separator::create { path args } { |
|