檢視原始碼 wxWindowCreateEvent (wx v2.4.3)
此事件會在與 wxWindow
物件相關聯的實際視窗建立後立即發送。
由於它是從 wxCommandEvent
衍生而來,因此該事件會在視窗階層中向上傳播。
請參閱
此類別衍生自以下類別,並可使用其函式:
wxWidgets 文件:wxWindowCreateEvent
事件
使用 wxEvtHandler:connect/3
和 wxWindowCreateEventType
來訂閱此類型的事件。
摘要
類型
-type wxWindowCreate() :: #wxWindowCreate{type :: wxWindowCreateEvent:wxWindowCreateEventType()}.
-type wxWindowCreateEvent() :: wx:wx_object().
-type wxWindowCreateEventType() :: create.