]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct more wxEVT_AUXn_XXX event types names.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2011 01:01:14 +0000 (01:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2011 01:01:14 +0000 (01:01 +0000)
This completes the changes of r64414 and also removes the extraneous "MOUSE"
from the event types listed in the wxMouseEvent ctor documentation.

Closes #12095.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/event.h

index b10a9321bf44cf83af381a9e509542628ceff0f9..9b4d0a408aa185262e467227deae4846b227b96f 100644 (file)
@@ -2185,12 +2185,12 @@ public:
          @li @c wxEVT_RIGHT_DOWN
          @li @c wxEVT_RIGHT_UP
          @li @c wxEVT_RIGHT_DCLICK
-         @li @c wxEVT_MOUSE_AUX1_DOWN
-         @li @c wxEVT_MOUSE_AUX1_UP
-         @li @c wxEVT_MOUSE_AUX1_DCLICK
-         @li @c wxEVT_MOUSE_AUX2_DOWN
-         @li @c wxEVT_MOUSE_AUX2_UP
-         @li @c wxEVT_MOUSE_AUX2_DCLICK
+         @li @c wxEVT_AUX1_DOWN
+         @li @c wxEVT_AUX1_UP
+         @li @c wxEVT_AUX1_DCLICK
+         @li @c wxEVT_AUX2_DOWN
+         @li @c wxEVT_AUX2_UP
+         @li @c wxEVT_AUX2_DCLICK
          @li @c wxEVT_MOTION
          @li @c wxEVT_MOUSEWHEEL
     */