X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/event.h diff --git a/interface/wx/event.h b/interface/wx/event.h index 3ae57ac40d..618d95a8ab 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -3470,7 +3470,7 @@ public: wxHelpEvent::Origin origin = Origin_Unknown); /** - Returns the origin of the help event which is one of the ::wxHelpEventOrigin + Returns the origin of the help event which is one of the wxHelpEvent::Origin values. The application may handle events generated using the keyboard or mouse @@ -3886,7 +3886,8 @@ public: /** Sets the flags for this event. - The @a flags can be a combination of the ::wxNavigationKeyEventFlags values. + The @a flags can be a combination of the + wxNavigationKeyEvent::wxNavigationKeyEventFlags values. */ void SetFlags(long flags);