Home | All Classes | Grouped Classes | Index | Search
File dialog component More...
Derived from:
CL_Window
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
File dialog constructor | |
Open | |
Save |
Attributes:
Return pressed button | |
Returns the selected file name. | |
Returns the filter which the user has chosen in the file dialog. | |
Returns the active directory in the file dialog. | |
Returns the active directory path in the file dialog. | |
Returns true if hidden files are shown in the filedialog, else false. |
Operations:
Set behavior of dialog | |
Sets the default selection to filename. | |
Sets a directory path for the file dialog. | |
Sets the filter to filter. | |
If enable is true, hidden files are shown in the filedialog, else no hidden files are shown. | |
Re-reads the active directory in the file dialog. |
Signals:
This signal is emitted when the user highlights a file. | |
This signal is emitted when the user selects a file. | |
This signal is emitted when the user has selected a new directory. |
Detailed description:
!group=GUI/Controls! !header=gui.h!