查看源码 wxWindowCreateEvent (wx v2.4.3)

此事件在与 wxWindow 对象关联的实际窗口创建后立即发送。

因为它派生自 wxCommandEvent,该事件会向上层窗口层次结构传播。

参见

此类派生自以下类,并可以使用其函数:

wxWidgets 文档:wxWindowCreateEvent

事件

使用 wxEvtHandler:connect/3wxWindowCreateEventType 来订阅此类型的事件。

摘要

类型

-type wxWindowCreate() :: #wxWindowCreate{type :: wxWindowCreateEvent:wxWindowCreateEventType()}.
链接到此类型

wxWindowCreateEvent()

查看源码
-type wxWindowCreateEvent() :: wx:wx_object().
链接到此类型

wxWindowCreateEventType()

查看源码
-type wxWindowCreateEventType() :: create.