#include <BtGuiControl.h>
Inheritance diagram for BtGuiControl::
Public Methods | |
| BtGuiControl (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiControl (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiControl () | |
| virtual bool | create () |
NAME: BtGuiControl - Tix-based control widget
DESCRIPTION:
C++ interface to a control widget in Tix, for use in GUI building. This widget allows entry of numerical or text values, using up/down arrows or pulldown menus.
|
|
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. |