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

Public Methods | |
| BtGuiTree (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiTree (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiTree () | |
| virtual bool | create () |
NAME: BtGuiTree - Tix-based tree widget
DESCRIPTION:
C++ interface to a tree widget in Tix, for use in GUI building. This widget is suited for presentation of hierarchical data.
|
|
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. |