]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
support wxFD_MULTIPLE
[wxWidgets.git] / interface / wx / event.h
index 4f76d54ef50d3c48720237fd6358c8929e9a34a6..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
     */
@@ -3841,6 +3841,8 @@ public:
 
     A move event holds information about wxTopLevelWindow move change events.
 
+    These events are currently only generated by wxMSW port.
+
     @beginEventTable{wxMoveEvent}
     @event{EVT_MOVE(func)}
         Process a @c wxEVT_MOVE event, which is generated when a window is moved.