X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7af285d1ab87e908454bfabbbe063ab1756912b..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/moveevt.tex diff --git a/docs/latex/wx/moveevt.tex b/docs/latex/wx/moveevt.tex index 97dfbc4504..f58c651a97 100644 --- a/docs/latex/wx/moveevt.tex +++ b/docs/latex/wx/moveevt.tex @@ -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}