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

Public Methods | |
| BtGuiDirTree (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiDirTree (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiDirTree () | |
| virtual bool | create () |
NAME: BtGuiDirTree - Tix-based directory tree widget
DESCRIPTION:
C++ interface to a directory tree widget in Tix, for use in GUI building. The widget presents a recursive directory listing in a hierachical fashion.
|
|
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. |