#include <BtGuiOptionMenu.h>
Inheritance diagram for BtGuiOptionMenu::

Public Methods | |
| BtGuiOptionMenu (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiOptionMenu (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiOptionMenu () | |
| const BtGuiLabel& | getLabelWidget () const |
| BtGuiLabel& | getLabelWidget () |
| virtual bool | create () |
| void | setVariable (const BtGuiVariable &var) |
| String | subwidget (const String &name) |
NAME: BtGuiOptionMenu - Tix-based option menu widget
DESCRIPTION:
C++ interface to an option menu widget in Tix, for use in GUI building. This widget presents the user with a menu list of predefined options to choose from.
|
|
See documentation for the base class, "BtGuiWidget". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Create the widget and feed it to the Tix interpreter. Returns true if the creation was successful, otherwise it returns false. Reimplemented from BtGuiWidget. |
|
|
See documentation of one of the overloaded functions. |
|
|
Get access to the label widget. Two functions are provided, one for read-only and one for write access. |
|
|
Register the variable needed to store the user input. |
|
|
Get access to the named subwidget. Reimplemented from BtGuiWidget. |