#include <wx/event.h>

The default handler calls wxWindow::TransferDataToWindow.
Events:
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Public Member Functions | |
| wxInitDialogEvent (int id=0) | |
| wxInitDialogEvent::wxInitDialogEvent | ( | int | id = 0 |
) |
Constructor.
|
[ top ] |