Use consistent event names in wxNotificationMessage documentation
Follow the convention of using the event macro names (rather than the event type) names in @event documentation in wxNotificationMessage documentation too, e.g. use EVT_NOTIFICATION_MESSAGE_CLICK rather than wxEVT_NOTIFICATION_MESSAGE_CLICK. Closes https://github.com/wxWidgets/wxWidgets/pull/2166
This commit is contained in:
committed by
Vadim Zeitlin
parent
ec0734f96f
commit
156045b73b
@@ -39,13 +39,13 @@
|
|||||||
|
|
||||||
|
|
||||||
@beginEventEmissionTable{wxCommandEvent}
|
@beginEventEmissionTable{wxCommandEvent}
|
||||||
@event{wxEVT_NOTIFICATION_MESSAGE_CLICK(id, func)}
|
@event{EVT_NOTIFICATION_MESSAGE_CLICK(id, func)}
|
||||||
Process a @c wxEVT_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{EVT_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
|
||||||
is dismissed by the user or times out.
|
is dismissed by the user or times out.
|
||||||
@event{wxEVT_NOTIFICATION_MESSAGE_ACTION(id, func)}
|
@event{EVT_NOTIFICATION_MESSAGE_ACTION(id, func)}
|
||||||
Process a @c wxEVT_NOTIFICATION_MESSAGE_ACTION event, when the user
|
Process a @c wxEVT_NOTIFICATION_MESSAGE_ACTION event, when the user
|
||||||
selects on of the actions added by AddAction()
|
selects on of the actions added by AddAction()
|
||||||
@endEventTable
|
@endEventTable
|
||||||
|
Reference in New Issue
Block a user