#include <wx/event.h>

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.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
wxEVT_INIT_DIALOG event. Public Member Functions | |
| wxInitDialogEvent (int id=0) | |
| Constructor. | |
| wxInitDialogEvent::wxInitDialogEvent | ( | int | id = 0 |
) |
Constructor.
|
[ top ] |