Correct more wxEVT_AUXn_XXX event types names.

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
This commit is contained in:
Vadim Zeitlin 2011-02-06 01:01:14 +00:00
parent 302674fe17
commit 31a9fc9390

View 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
*/