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

Public Methods | |
| BtGuiExFileSelectBox (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiExFileSelectBox (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiExFileSelectBox () | |
| virtual bool | create () |
NAME: BtGuiExFileSelectBox - Tix-based file selection widget
DESCRIPTION:
C++ interface to a file selection widget in Tix, for use in GUI building. The widget gives a hierarchical view of directories and allows file selection based on file extensions.
|
|
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. |