Table Of Contents

Previous topic

WindowBase

Next topic

WindowDC

This Page

phoenix_title WindowCreateEvent

This event is sent just after the actual window associated with a Window object has been created.

Since it is derived from CommandEvent, the event propagates up the window hierarchy.

events Events Emitted by this Class

Handlers bound for the following event types will receive a WindowCreateEvent parameter.

  • EVT_WINDOW_CREATE: Process a wxEVT_CREATE event.

class_hierarchy Inheritance Diagram

Inheritance diagram for class WindowCreateEvent

Inheritance diagram of WindowCreateEvent


method_summary Methods Summary

__init__ Constructor.
GetWindow Return the window being created.

property_summary Properties Summary

Window See GetWindow

api Class API



class WindowCreateEvent(CommandEvent)

This event is sent just after the actual window associated with a Window object has been created.

Possible constructors:

WindowCreateEvent(win=None)

Methods



__init__(self, win=None)

Constructor.

Parameters:win (Window) –


GetWindow(self)

Return the window being created.

Return type: Window

Properties



Window

See GetWindow