Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user