Version: 2.9.4
Classes | Defines | Variables
filepicker.h File Reference

クラス

class  wxFilePickerCtrl
 This control allows the user to select a file. More...
class  wxDirPickerCtrl
 This control allows the user to select a directory. More...
class  wxFileDirPickerEvent
 This event class is used for the events generated by wxFilePickerCtrl and by wxDirPickerCtrl. More...

Defines

#define wxFLP_OPEN   0x0400
#define wxFLP_SAVE   0x0800
#define wxFLP_OVERWRITE_PROMPT   0x1000
#define wxFLP_FILE_MUST_EXIST   0x2000
#define wxFLP_CHANGE_DIR   0x4000
#define wxFLP_SMALL   wxPB_SMALL
#define wxFLP_USE_TEXTCTRL   (wxPB_USE_TEXTCTRL)
#define wxFLP_DEFAULT_STYLE   (wxFLP_OPEN|wxFLP_FILE_MUST_EXIST)
#define wxDIRP_DIR_MUST_EXIST   0x0008
#define wxDIRP_CHANGE_DIR   0x0010
#define wxDIRP_SMALL   wxPB_SMALL
#define wxDIRP_USE_TEXTCTRL   (wxPB_USE_TEXTCTRL)
#define wxDIRP_DEFAULT_STYLE   (wxDIRP_DIR_MUST_EXIST)

Variables

wxEventType wxEVT_COMMAND_FILEPICKER_CHANGED
wxEventType wxEVT_COMMAND_DIRPICKER_CHANGED

Define Documentation

#define wxDIRP_CHANGE_DIR   0x0010
#define wxDIRP_DEFAULT_STYLE   (wxDIRP_DIR_MUST_EXIST)
#define wxDIRP_DIR_MUST_EXIST   0x0008
#define wxDIRP_SMALL   wxPB_SMALL
#define wxDIRP_USE_TEXTCTRL   (wxPB_USE_TEXTCTRL)
#define wxFLP_CHANGE_DIR   0x4000
#define wxFLP_DEFAULT_STYLE   (wxFLP_OPEN|wxFLP_FILE_MUST_EXIST)
#define wxFLP_FILE_MUST_EXIST   0x2000
#define wxFLP_OPEN   0x0400
#define wxFLP_OVERWRITE_PROMPT   0x1000
#define wxFLP_SAVE   0x0800
#define wxFLP_SMALL   wxPB_SMALL
#define wxFLP_USE_TEXTCTRL   (wxPB_USE_TEXTCTRL)

Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines