]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/moveevt.tex
Added periods
[wxWidgets.git] / docs / latex / wx / moveevt.tex
index 97dfbc45046e33cb3c1d2f28c0b0262bd3737a9c..f58c651a9707a43a6aba4f109cbf01c8e4aeef3f 100644 (file)
@@ -24,6 +24,10 @@ function that takes a wxMoveEvent argument.
 \begin{twocollist}\itemsep=0pt
 \twocolitem{{\bf EVT\_MOVE(func)}}{Process a wxEVT\_MOVE event, which is generated
 when a window is moved.}
+\twocolitem{{\bf EVT\_MOVE\_START(func)}}{Process a wxEVT\_MOVE\_START event, which is generated
+when the user starts to move or size a window. wxMSW only.}
+\twocolitem{{\bf EVT\_MOVE\_END(func)}}{Process a wxEVT\_MOVE\_END event, which is generated
+when the user stops moving or sizing a window. wxMSW only.}
 \end{twocollist}
 
 \wxheading{See also}