This is a specialized form of the LabelFrame widget containing a ComboBox Widget.
More...
|
| | create (path,...) |
| | Procedure to create a LabelComboBox. More...
|
| |
| | configure (path,...) |
| | Procedure to configure a LabelComboBox. More...
|
| |
| | cget (path, option) |
| | Procedure to get a configuation option. More...
|
| |
| | bind (path,...) |
| | Procedure to set a binding on the ComboBox entry. More...
|
| |
| | get (path,...) |
| | Procedure to get the ComboBox value. More...
|
| |
| | getlistbox (path,...) |
| | Procedure to get the listbox of the ComboBox widget. More...
|
| |
| | getvalue (path,...) |
| | Procedure to get the value of the ComboBox. More...
|
| |
| | icursor (path,...) |
| | Pass through procedure for the ComboBox icursor function. More...
|
| |
| | post (path,...) |
| | Pass through procedure for the ComboBox post function. More...
|
| |
| | setvalue (path,...) |
| | Pass through procedure for the ComboBox setvalue function. More...
|
| |
| | unpost (path,...) |
| | Pass through procedure for the ComboBox unpost function. 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 ComboBox Widget.
Most of the resources from the LabelFrame and ComboBox widgets are included in this widget.
- Parameters
-
| path | The widget path. |
| ... | Options:
- -labeljustify From LabelFrame (-justify).
- -labelwidth From LabelFrame (-width).
- -labelanchor From LabelFrame (-anchor).
- -labelheight From LabelFrame (-height).
- -labelfont From LabelFrame (-font).
- -labeltextvariable From LabelFrame (-textvariable).
- -label From LabelFrame (-text).
- -comboboxfg From ComboBox (-foreground).
- -comboboxbg From ComboBox (-background).
- -comboboxheight From ComboBox (-height).
- -comboboxlistboxwidth From ComboBox (-listboxwidth).
- -values From ComboBox.
|
- Author
- Robert Heller <heller@deepsoft.com>
Package provided
BWLabelComboBox 1.0