Add missing wxEventType declarations to notifmsg interface header
Closes https://github.com/wxWidgets/wxWidgets/pull/2475
This commit is contained in:
committed by
Vadim Zeitlin
parent
8ccfd32d04
commit
8d2de3dd91
@@ -216,3 +216,6 @@ public:
|
|||||||
const wxString& appId = wxString());
|
const wxString& appId = wxString());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wxEventType wxEVT_NOTIFICATION_MESSAGE_CLICK;
|
||||||
|
wxEventType wxEVT_NOTIFICATION_MESSAGE_DISMISSED;
|
||||||
|
wxEventType wxEVT_NOTIFICATION_MESSAGE_ACTION;
|
||||||
|
Reference in New Issue
Block a user