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

Public Methods | |
| BtGuiHList (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiHList (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiHList () | |
| virtual bool | create () |
NAME: BtGuiHList - Tix-based list widget
DESCRIPTION:
C++ interface to a list widget in Tix, for use in GUI building. The widget can be used to present data in a tree structure.
|
|
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. |