Version: 2.9.4
Public Member Functions
wxWindowCreateEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/event.h>

Inheritance diagram for wxWindowCreateEvent:

Detailed Description

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

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

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxWindowCreateEvent& event)

Event macros:

Library:  wxCore
Category:  Events
参照:
Events and Event Handling, wxWindowDestroyEvent

Public Member Functions

 wxWindowCreateEvent (wxWindow *win=NULL)
 Constructor.
wxWindowGetWindow () const
 Return the window being created.

List of all members.


Constructor & Destructor Documentation

wxWindowCreateEvent::wxWindowCreateEvent ( wxWindow win = NULL)

Constructor.


Member Function Documentation

wxWindow* wxWindowCreateEvent::GetWindow ( ) const

Return the window being created.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines