labelframe.tcl
This file is part of Unifix BWidget Toolkit
$Id: labelframe.tcl,v 1.4 2002/10/14 20:54:41 hobbs Exp $
Index of commands:
- LabelFrame::create
- LabelFrame::getframe
- LabelFrame::configure
- LabelFrame::cget
- LabelFrame::align
| LabelFrame | |
| Comments | |
| Arguments | |
| Used by | |
| Uses | |
namespace eval LabelFrame { |
|
| LabelFrame::align | |
| Comments | Command LabelFrame::align This command align label of all widget given by args of class LabelFrame (or "derived") by setting their width to the max one +1 |
| Arguments | args |
| Used by | |
| Uses | |
proc LabelFrame::align { args } { |
|
| LabelFrame::cget | |
| Comments | Command LabelFrame::cget |
| Arguments | path option |
| Used by | |
| Uses | Widget::cget |
proc LabelFrame::cget { path option } { |
|
| LabelFrame::configure | |
| Comments | Command LabelFrame::configure |
| Arguments | path args |
| Used by | SelectFont::configure SelectFont::create |
| Uses | Widget::configure |
proc LabelFrame::configure { path args } { |
|
| LabelFrame::create | |
| Comments | Command LabelFrame::create |
| Arguments | path args |
| Used by | LabelEntry::create SelectFont::create |
| Uses | Widget::init BWLabel::create Widget::getoption Widget::subcget |
proc LabelFrame::create { path args } { |
|
| LabelFrame::getframe | |
| Comments | Command LabelFrame::getframe |
| Arguments | path |
| Used by | SelectFont::create SelectFont::configure LabelEntry::create |
| Uses | |
proc LabelFrame::getframe { path } { |
|