wxFileDirPickerEventThis event class is used for the events generated by wxFilePickerCtrl and by wxDirPickerCtrl. Derived from
wxCommandEvent Include files <wx/filepicker.h> Event handling To process input from a wxFilePickerCtrl or from a wxDirPickerCtrl, use one of these event handler macros to direct input to member function that take a wxFileDirPickerEvent argument:
Members
wxFileDirPickerEvent::wxFileDirPickerEvent
wxFileDirPickerEvent::wxFileDirPickerEventwxFileDirPickerEvent(wxEventType type, wxObject * generator, int id, const wxString path) The constructor is not normally used by the user code.
wxFileDirPickerEvent::GetPathwxString GetPath() const Retrieve the absolute path of the file/directory the user has just selected.
wxFileDirPickerEvent::SetPathvoid SetPath(const wxString &path) Set the absolute path of the file/directory associated with the event.
|