Add missing wxEventType declarations to notifmsg interface header
Closes https://github.com/wxWidgets/wxWidgets/pull/2475
This commit is contained in:
parent
8ccfd32d04
commit
8d2de3dd91
1 changed files with 3 additions and 0 deletions
|
|
@ -216,3 +216,6 @@ public:
|
|||
const wxString& appId = wxString());
|
||||
};
|
||||
|
||||
wxEventType wxEVT_NOTIFICATION_MESSAGE_CLICK;
|
||||
wxEventType wxEVT_NOTIFICATION_MESSAGE_DISMISSED;
|
||||
wxEventType wxEVT_NOTIFICATION_MESSAGE_ACTION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue