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
}
14 \wxheading{Event table macros
}
16 To process a move event, use this event handler macro to direct input to a member
17 function that takes a wxMoveEvent argument.
20 \begin{twocollist
}\itemsep=
0pt
21 \twocolitem{{\bf EVT
\_MOVE(func)
}}{Process a wxEVT
\_MOVE event, which is generated
22 when a window is moved.
}
27 \helpref{wxWindow::OnMove
}{wxwindowonmove
},
\helpref{wxPoint
}{wxpoint
},
\helpref{Event handling overview
}{eventhandlingoverview
}
29 \latexignore{\rtfignore{\wxheading{Members
}}}
31 \membersection{wxMoveEvent::wxMoveEvent
}
33 \func{}{wxMoveEvent
}{\param{const wxPoint\&
}{pt
},
\param{int
}{id =
0}}
37 \membersection{wxMoveEvent::GetPosition
}\label{wxmoveeventgetposition
}
39 \constfunc{wxPoint
}{GetPosition
}{\void}
41 Returns the position of the window generating the move change event.