檢視原始碼 wxFileDirPickerEvent (wx v2.4.3)

此事件類別用於由 wxFilePickerCtrlwxDirPickerCtrl 產生的事件。

請參閱

此類別繼承自,並可使用以下類別的功能:

wxWidgets 文件:wxFileDirPickerEvent

事件

使用 wxEvtHandler:connect/3 以及 wxFileDirPickerEventType 來訂閱此類型的事件。

摘要

函式

擷取使用者剛選取的檔案/目錄的絕對路徑。

類型

-type wxFileDirPicker() ::
          #wxFileDirPicker{type :: wxFileDirPickerEvent:wxFileDirPickerEventType(),
                           path :: unicode:chardata()}.
此類型的連結

wxFileDirPickerEvent()

檢視原始碼
-type wxFileDirPickerEvent() :: wx:wx_object().
此類型的連結

wxFileDirPickerEventType()

檢視原始碼
-type wxFileDirPickerEventType() :: command_filepicker_changed | command_dirpicker_changed.

函式

-spec getPath(This) -> unicode:charlist() when This :: wxFileDirPickerEvent().

擷取使用者剛選取的檔案/目錄的絕對路徑。