From ebeb9eab5bbaeb3ef7fc647db321027618852e64 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 23 Feb 2016 11:32:05 +0100 Subject: [PATCH] Add wx prefix in wxNotificationMessage event docs. --- interface/wx/notifmsg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/notifmsg.h b/interface/wx/notifmsg.h index 1b2a7a5056..6d2a031d27 100644 --- a/interface/wx/notifmsg.h +++ b/interface/wx/notifmsg.h @@ -21,7 +21,7 @@ @section platform_notes Platform Notes @par Windows - Up to Windows 8.1 balloon notifications are displayed from an icon in the + Up to Windows 8 balloon notifications are displayed from an icon in the notification area of the taskbar. If your application uses a wxTaskBarIcon you should call UseTaskBarIcon() to ensure that only one icon is shown in the notification area. Windows 10 displays all notifications as popup @@ -39,8 +39,8 @@ @beginEventEmissionTable{wxCommandEvent} - @event{EVT_NOTIFICATION_MESSAGE_CLICK(id, func)} - Process a @c EVT_NOTIFICATION_MESSAGE_CLICK event, when a notification + @event{wxEVT_NOTIFICATION_MESSAGE_CLICK(id, func)} + Process a @c wxEVT_NOTIFICATION_MESSAGE_CLICK event, when a notification is clicked. @event{wxEVT_NOTIFICATION_MESSAGE_DISMISSED(id, func)} Process a @c wxEVT_NOTIFICATION_MESSAGE_DISMISSED event, when a notification