Add wx prefix in wxNotificationMessage event docs.

This commit is contained in:
Tobias Taschner
2016-02-23 11:32:05 +01:00
parent 994b9b1486
commit ebeb9eab5b

View File

@@ -21,7 +21,7 @@
@section platform_notes Platform Notes @section platform_notes Platform Notes
@par Windows @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 notification area of the taskbar. If your application uses a wxTaskBarIcon
you should call UseTaskBarIcon() to ensure that only one icon is shown in you should call UseTaskBarIcon() to ensure that only one icon is shown in
the notification area. Windows 10 displays all notifications as popup the notification area. Windows 10 displays all notifications as popup
@@ -39,8 +39,8 @@
@beginEventEmissionTable{wxCommandEvent} @beginEventEmissionTable{wxCommandEvent}
@event{EVT_NOTIFICATION_MESSAGE_CLICK(id, func)} @event{wxEVT_NOTIFICATION_MESSAGE_CLICK(id, func)}
Process a @c EVT_NOTIFICATION_MESSAGE_CLICK event, when a notification Process a @c wxEVT_NOTIFICATION_MESSAGE_CLICK event, when a notification
is clicked. is clicked.
@event{wxEVT_NOTIFICATION_MESSAGE_DISMISSED(id, func)} @event{wxEVT_NOTIFICATION_MESSAGE_DISMISSED(id, func)}
Process a @c wxEVT_NOTIFICATION_MESSAGE_DISMISSED event, when a notification Process a @c wxEVT_NOTIFICATION_MESSAGE_DISMISSED event, when a notification