View Source wxFileDirPickerEvent (wx v2.4.2)
Functions for wxFileDirPickerEvent class
This event class is used for the events generated by wxFilePickerCtrl
and by
wxDirPickerCtrl
.
See: wxFilePickerCtrl
, wxDirPickerCtrl
This class is derived (and can use functions) from: wxCommandEvent
wxEvent
wxWidgets docs: wxFileDirPickerEvent
Events
Use wxEvtHandler:connect/3
with
wxFileDirPickerEventType
to subscribe to
events of this type.
Summary
Functions
Retrieve the absolute path of the file/directory the user has just selected.
Types
-type wxFileDirPicker() :: #wxFileDirPicker{type :: wxFileDirPickerEvent:wxFileDirPickerEventType(), path :: unicode:chardata()}.
-type wxFileDirPickerEvent() :: wx:wx_object().
-type wxFileDirPickerEventType() :: command_filepicker_changed | command_dirpicker_changed.
Functions
-spec getPath(This) -> unicode:charlist() when This :: wxFileDirPickerEvent().
Retrieve the absolute path of the file/directory the user has just selected.