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

當對話框或面板正在初始化時,會發送 wxInitDialogEvent

此事件的處理常式可以將資料傳輸到視窗。

預設處理常式會呼叫 wxWindow:transferDataToWindow/1

請參閱:概觀事件

這個類別繼承自以下類別,並可以使用以下類別的函式:

wxWidgets 文件: wxInitDialogEvent

事件

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

摘要

類型

-type wxInitDialog() :: #wxInitDialog{type :: wxInitDialogEvent:wxInitDialogEventType()}.
-type wxInitDialogEvent() :: wx:wx_object().
連結到此類型

wxInitDialogEventType()

檢視原始碼
-type wxInitDialogEventType() :: init_dialog.