wxInitDialogEvent Class Reference
[Events]

#include <wx/event.h>

Inheritance diagram for wxInitDialogEvent:

wxEvent wxObject

List of all members.


Detailed Description

A wxInitDialogEvent is sent as a dialog or panel is being initialised. Handlers for this event can transfer data to the window.

The default handler calls wxWindow::TransferDataToWindow.

Events:

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

void handlerFuncName(wxInitDialogEvent& event)
Event macros:
Library:  wxCore

Category:  Events

See also:
Event Handling

Public Member Functions

 wxInitDialogEvent (int id=0)

Constructor & Destructor Documentation

wxInitDialogEvent::wxInitDialogEvent ( int  id = 0  ) 

Constructor.



wxWidgets logo

[ top ]