wx.WindowCreateEvent

Inheritance diagram for wx.WindowCreateEvent:



Description

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.

Event Handling

Event Name Description
wx.EVT_WINDOW_CREATE(func) Process a wx.wxEVT_WINDOW_CREATE event.

Methods Summary

Properties Summary

Class API

Methods

__init__(win=None)

The wx.EVT_WINDOW_CREATE event is sent as soon as the window object (the underlying GUI object) exists.

Parameters:


Returns:

wx.WindowCreateEvent


GetWindow()

Returns the window that this event refers to.


Returns:

wx.Window


Properties

Window
See GetWindow