1wxFileDirPickerEvent(3) Erlang Module Definition wxFileDirPickerEvent(3)
2
3
4
6 wxFileDirPickerEvent - Functions for wxFileDirPickerEvent class
7
9 This event class is used for the events generated by wxFilePickerCtrl
10 and by wxDirPickerCtrl.
11
12 See: wxFilePickerCtrl, wxDirPickerCtrl
13
14 This class is derived (and can use functions) from: wxCommandEvent wx‐
15 Event
16
17 wxWidgets docs: wxFileDirPickerEvent
18
20 Use wxEvtHandler:connect/3 with wxFileDirPickerEventType to subscribe
21 to events of this type.
22
24 wxFileDirPickerEvent() = wx:wx_object()
25
26 wxFileDirPicker() =
27 #wxFileDirPicker{type =
28 wxFileDirPickerEvent:wxFileDirPickerEventType(),
29 path = unicode:chardata()}
30
31 wxFileDirPickerEventType() =
32 command_filepicker_changed | command_dirpicker_changed
33
35 getPath(This) -> unicode:charlist()
36
37 Types:
38
39 This = wxFileDirPickerEvent()
40
41 Retrieve the absolute path of the file/directory the user has
42 just selected.
43
44
45
46wxWidgets team. wx 2.2.2 wxFileDirPickerEvent(3)