#include <frame_type.h>
#include <mail_type.h>
#include <kicommon.h>
#include <wx/string.h>
#include <wx/event.h>
Go to the source code of this file.
|
| #define | kiwayMailHandler(func) |
| | Typecast an event handler for the KIWAY_ROUTED_EVENT event class.
|
| |
| #define | EVT_KIWAY_EXPRESS(func) |
| | Event table definition for the KIWAY_ROUTED_EVENT event class.
|
| |
◆ EVT_KIWAY_EXPRESS
| #define EVT_KIWAY_EXPRESS |
( |
| func | ) |
|
Value:
#define kiwayMailHandler(func)
Typecast an event handler for the KIWAY_ROUTED_EVENT event class.
Event table definition for the KIWAY_ROUTED_EVENT event class.
Definition at line 78 of file kiway_mail.h.
◆ kiwayMailHandler
| #define kiwayMailHandler |
( |
| func | ) |
|
Value:
void(wxEvtHandler::* kiwayMailFunction)(KIWAY_MAIL_EVENT &)
Typecast an event handler for the KIWAY_ROUTED_EVENT event class.
Definition at line 75 of file kiway_mail.h.
◆ kiwayMailFunction
◆ wxDECLARE_EXPORTED_EVENT()