logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxFileDirPickerEvent - Functions for wxFileDirPickerEvent class

Data Types

wxFileDirPickerEvent() = wx:wx_object()

       wxFileDirPicker() =
           #wxFileDirPicker{type =
                                wxFileDirPickerEvent:wxFileDirPickerEventType(),
                            path = unicode:chardata()}

       wxFileDirPickerEventType() =
           command_filepicker_changed | command_dirpicker_changed

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: wxCommandEventwxEvent

       wxWidgets docs: wxFileDirPickerEvent

Events

       Use wxEvtHandler:connect/3 with wxFileDirPickerEventType to subscribe to events of this type.

Exports

getPath(This)->unicode:charlist()

              Types:

                 This = wxFileDirPickerEvent()

              Retrieve the absolute path of the file/directory the user has just selected.

wxWidgets team.                                     wx 2.1.1                          wxFileDirPickerEvent(3erl)

Name

       wxFileDirPickerEvent - Functions for wxFileDirPickerEvent class

See Also