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

Public Methods | |
| BtGuiDirSelectDialog (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiDirSelectDialog (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiDirSelectDialog () | |
| virtual bool | create () |
NAME: BtGuiDirSelectDialog - Tix-based directory list widget
DESCRIPTION:
C++ interface to a directroy list widget in Tix, for use in GUI building. The widget is used for selection of a directory.
|
|
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. |