クラス | |
class | wxFileCtrl |
This control allows the user to select a file. More... | |
class | wxFileCtrlEvent |
A file control event holds information about events associated with wxFileCtrl objects. More... | |
Defines | |
#define | wxFC_DEFAULT_STYLE wxFC_OPEN |
Enumerations | |
enum | { wxFC_OPEN = 0x0001, wxFC_SAVE = 0x0002, wxFC_MULTIPLE = 0x0004, wxFC_NOSHOWHIDDEN = 0x0008 } |
Variables | |
wxEventType | wxEVT_FILECTRL_SELECTIONCHANGED |
wxEventType | wxEVT_FILECTRL_FILEACTIVATED |
wxEventType | wxEVT_FILECTRL_FOLDERCHANGED |
wxEventType | wxEVT_FILECTRL_FILTERCHANGED |
#define wxFC_DEFAULT_STYLE wxFC_OPEN |