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

Public Methods | |
| BtGuiComboBox (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiComboBox (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiComboBox () | |
| virtual bool | create () |
| void | setVariable (const BtGuiVariable &variable) |
NAME: BtGuiComboBox - Tix-based combo box widget
DESCRIPTION:
C++ interface to a combo box widget in Tix, for use in GUI building. This widget is close to the combo box widget used in Microsoft Windows.
|
|
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. |
|
|
|