table of contents
wxFileDirPickerEvent(3erl) | Erlang Module Definition | wxFileDirPickerEvent(3erl) |
NAME¶
wxFileDirPickerEvent - Functions for wxFileDirPickerEvent class
DESCRIPTION¶
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.
DATA TYPES¶
wxFileDirPickerEvent() = wx:wx_object()
wxFileDirPicker() =
#wxFileDirPicker{type =
wxFileDirPickerEvent:wxFileDirPickerEventType(),
path = unicode:chardata()}
wxFileDirPickerEventType() =
command_filepicker_changed | command_dirpicker_changed
EXPORTS¶
getPath(This) -> unicode:charlist()
Types:
This = wxFileDirPickerEvent()
Retrieve the absolute path of the file/directory the user has just selected.
wx 2.2.2.1 | wxWidgets team. |