|
Model Railroad System 2.2.2
|
This is a specialized form of the LabelFrame widget containing a SpinBox Widget. More...
Functions | |
| create (path,...) | |
| Procedure to create a LabelSpinBox. More... | |
| configure (path,...) | |
| Procedure to configure a LabelSpinBox. More... | |
| cget (path, option) | |
| Procedure to get a configuation option. More... | |
| setvalue (path,...) | |
| Procedure to set the value of the SpinBox. More... | |
| getvalue (path,...) | |
| Procedure to get the value of the SpinBox. More... | |
| bind (path,...) | |
| Procedure to set a binding on the SpinBox entry. More... | |
| _path_command (path, cmd, larg) | |
| Path command for this megawidget. More... | |
| _destroy (path) | |
| Destructor function. More... | |
This is a specialized form of the LabelFrame widget containing a SpinBox Widget.
Most of the resources from the LabelFrame and SpinBox widgets are included in this widget.
| path | The widget path |
| ... | Options:
|
BWLabelSpinBox 1.0
|
private |
Destructor function.
| path | The path of the megawidget. |
|
private |
Path command for this megawidget.
Implements all of the megawidget commands.
| path | The path of the megawidget. |
| cmd | The command name. |
| larg | The command argument. |
| LabelSpinBox::bind | ( | path | , |
| ... | |||
| ) |
Procedure to set a binding on the SpinBox entry.
| path | Path to the new widget. |
| ... | Arguments to pass to the SpinBox bind procedure. |
| LabelSpinBox::cget | ( | path | , |
| option | |||
| ) |
Procedure to get a configuation option.
| path | Path to the new widget. |
| option | Configuration option to get. |
| LabelSpinBox::configure | ( | path | , |
| ... | |||
| ) |
Procedure to configure a LabelSpinBox.
| path | Path to the new widget. |
| ... | Configuration options. |
| LabelSpinBox::create | ( | path | , |
| ... | |||
| ) |
Procedure to create a LabelSpinBox.
| path | Path to the new widget. |
| ... | Configuration options. |
| LabelSpinBox::getvalue | ( | path | , |
| ... | |||
| ) |
Procedure to get the value of the SpinBox.
| path | Path to the new widget. |
| ... | Arguments to pass to the SpinBox getvalue procedure. |
| LabelSpinBox::setvalue | ( | path | , |
| ... | |||
| ) |
Procedure to set the value of the SpinBox.
| path | Path to the new widget. |
| ... | Arguments to pass to the SpinBox setvalue procedure. |