]> git.saurik.com Git - wxWidgets.git/commitdiff
Document MSW-only wxEVT_MOVING event.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Feb 2012 16:22:04 +0000 (16:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Feb 2012 16:22:04 +0000 (16:22 +0000)
As we documented EVT_MOVE_{START,END}, we should do it for this one as well.

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

interface/wx/event.h

index 639f8bdb59fe009fd1b3df6e30c7d4d3cf6774f9..62489467f569e5ce804f3f2a1f5a0c0c041e6506 100644 (file)
@@ -4021,6 +4021,9 @@ public:
     @event{EVT_MOVE_START(func)}
         Process a @c wxEVT_MOVE_START event, which is generated when the user starts
         to move or size a window. wxMSW only.
+    @event{EVT_MOVING(func)}
+        Process a @c wxEVT_MOVING event, which is generated while the user is
+        moving the window. wxMSW only.
     @event{EVT_MOVE_END(func)}
         Process a @c wxEVT_MOVE_END event, which is generated when the user stops
         moving or sizing a window. wxMSW only.