]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
Document wxDateTime::GregorianAdoption enum and TimeZone class.
[wxWidgets.git] / 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.