1 \section{\class{wxMoveEvent
}}\label{wxmoveevent
}
3 A move event holds information about move change events.
5 \wxheading{Derived from
}
7 \helpref{wxEvent
}{wxevent
}\\
8 \helpref{wxObject
}{wxobject
}
10 \wxheading{Include files
}
16 \helpref{wxCore
}{librarieslist
}
18 \wxheading{Event table macros
}
20 To process a move event, use this event handler macro to direct input to a member
21 function that takes a wxMoveEvent argument.
24 \begin{twocollist
}\itemsep=
0pt
25 \twocolitem{{\bf EVT
\_MOVE(func)
}}{Process a wxEVT
\_MOVE event, which is generated
26 when a window is moved.
}
27 \twocolitem{{\bf EVT
\_MOVE\_START(func)
}}{Process a wxEVT
\_MOVE\_START event, which is generated
28 when the user starts to move or size a window. wxMSW only.
}
29 \twocolitem{{\bf EVT
\_MOVE\_END(func)
}}{Process a wxEVT
\_MOVE\_END event, which is generated
30 when the user stops moving or sizing a window. wxMSW only.
}
35 \helpref{wxPoint
}{wxpoint
},
\helpref{Event handling overview
}{eventhandlingoverview
}
37 \latexignore{\rtfignore{\wxheading{Members
}}}
39 \membersection{wxMoveEvent::wxMoveEvent
}\label{wxmoveeventctor
}
41 \func{}{wxMoveEvent
}{\param{const wxPoint\&
}{pt
},
\param{int
}{id =
0}}
45 \membersection{wxMoveEvent::GetPosition
}\label{wxmoveeventgetposition
}
47 \constfunc{wxPoint
}{GetPosition
}{\void}
49 Returns the position of the window generating the move change event.