檢視原始碼 wxFileDirPickerEvent (wx v2.4.3)
此事件類別用於由 wxFilePickerCtrl
和 wxDirPickerCtrl
產生的事件。
請參閱
此類別繼承自,並可使用以下類別的功能:
wxWidgets 文件:wxFileDirPickerEvent
事件
使用 wxEvtHandler:connect/3
以及 wxFileDirPickerEventType
來訂閱此類型的事件。
摘要
函式
擷取使用者剛選取的檔案/目錄的絕對路徑。
類型
-type wxFileDirPicker() :: #wxFileDirPicker{type :: wxFileDirPickerEvent:wxFileDirPickerEventType(), path :: unicode:chardata()}.
-type wxFileDirPickerEvent() :: wx:wx_object().
-type wxFileDirPickerEventType() :: command_filepicker_changed | command_dirpicker_changed.
函式
-spec getPath(This) -> unicode:charlist() when This :: wxFileDirPickerEvent().
擷取使用者剛選取的檔案/目錄的絕對路徑。