.TH wxFileDirPickerEvent 3erl "wx 2.4.1" "wxWidgets team." "Erlang Module Definition" .SH NAME wxFileDirPickerEvent \- Functions for wxFileDirPickerEvent class .SH DESCRIPTION .LP This event class is used for the events generated by \fIwxFilePickerCtrl\fR\& and by \fIwxDirPickerCtrl\fR\&\&. .LP See: \fIwxFilePickerCtrl\fR\&, \fIwxDirPickerCtrl\fR\& .LP This class is derived (and can use functions) from: \fIwxCommandEvent\fR\& \fIwxEvent\fR\& .LP wxWidgets docs: wxFileDirPickerEvent .SH "EVENTS" .LP Use \fIwxEvtHandler:connect/3\fR\& with \fIwxFileDirPickerEventType\fR\& to subscribe to events of this type\&. .SH DATA TYPES .nf \fBwxFileDirPickerEvent()\fR\& = wx:wx_object() .br .fi .nf \fBwxFileDirPicker()\fR\& = .br #wxFileDirPicker{type = .br wxFileDirPickerEvent:wxFileDirPickerEventType(), .br path = unicode:chardata()} .br .fi .nf \fBwxFileDirPickerEventType()\fR\& = .br command_filepicker_changed | command_dirpicker_changed .br .fi .SH EXPORTS .LP .nf .B getPath(This) -> unicode:charlist() .br .fi .br .RS .LP Types: .RS 3 This = wxFileDirPickerEvent() .br .RE .RE .RS .LP Retrieve the absolute path of the file/directory the user has just selected\&. .RE