This event is sent just after the actual window associated with a wx.Window object has been created.
Since it is derived from wx.CommandEvent, the event propagates up the window hierarchy.
^^
Handlers bound for the following event types will receive a wx.WindowCreateEvent parameter.
EVT_WINDOW_CREATE: Process a wxEVT_CREATE
event. ^^
Constructor. |
|
Return the window being created. |
See |
wx.
WindowCreateEvent
(CommandEvent)¶Possible constructors:
WindowCreateEvent(win: Optional[Window]=None) -> None
This event is sent just after the actual window associated with a Window object has been created.
__init__
(self, win: Optional[Window]=None)¶Constructor.
win (wx.Window) –
None