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

Public Methods | |
| BtGuiFileEntry (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiFileEntry (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiFileEntry () | |
| virtual bool | create () |
NAME: BtGuiFileEntry - Tix-based file name entry widget
DESCRIPTION:
C++ interface to a file name entry widget in Tix, for use in GUI building. The widget allows entry of a file name and can pop up a "FileSelectDialog" widget for directory browsing.
|
|
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. |