Add missing wxEventType declarations to notifmsg interface header

Closes https://github.com/wxWidgets/wxWidgets/pull/2475
This commit is contained in:
Scott Talbert
2021-08-20 20:52:09 -04:00
committed by Vadim Zeitlin
parent 8ccfd32d04
commit 8d2de3dd91

View File

@@ -216,3 +216,6 @@ public:
const wxString& appId = wxString());
};
wxEventType wxEVT_NOTIFICATION_MESSAGE_CLICK;
wxEventType wxEVT_NOTIFICATION_MESSAGE_DISMISSED;
wxEventType wxEVT_NOTIFICATION_MESSAGE_ACTION;