]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/moveevt.tex
added the mention of library in which each class is defined to the documentation...
[wxWidgets.git] / docs / latex / wx / moveevt.tex
1 \section{\class{wxMoveEvent}}\label{wxmoveevent}
2
3 A move event holds information about move change events.
4
5 \wxheading{Derived from}
6
7 \helpref{wxEvent}{wxevent}\\
8 \helpref{wxObject}{wxobject}
9
10 \wxheading{Include files}
11
12 <wx/event.h>
13
14 \wxheading{Library}
15
16 \helpref{wxCore}{librarieslist}
17
18 \wxheading{Event table macros}
19
20 To process a move event, use this event handler macro to direct input to a member
21 function that takes a wxMoveEvent argument.
22
23 \twocolwidtha{7cm}
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 \end{twocollist}
28
29 \wxheading{See also}
30
31 \helpref{wxPoint}{wxpoint}, \helpref{Event handling overview}{eventhandlingoverview}
32
33 \latexignore{\rtfignore{\wxheading{Members}}}
34
35 \membersection{wxMoveEvent::wxMoveEvent}\label{wxmoveeventctor}
36
37 \func{}{wxMoveEvent}{\param{const wxPoint\& }{pt}, \param{int }{id = 0}}
38
39 Constructor.
40
41 \membersection{wxMoveEvent::GetPosition}\label{wxmoveeventgetposition}
42
43 \constfunc{wxPoint}{GetPosition}{\void}
44
45 Returns the position of the window generating the move change event.
46