#include </home/work/projects/wx/2.9/wx/interface/wx/event.h>

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:
wxEVT_INIT_DIALOG event.
Public Member Functions | |
| wxInitDialogEvent (int id=0) | |
| Constructor. | |
| wxInitDialogEvent::wxInitDialogEvent | ( | int | id = 0 |
) |
Constructor.
|
[ top ] |