.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMoveEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMoveEvent \- A move event .SH DESCRIPTION A move event holds information about move change events. .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/event.h .SH MEMBERS .SS wxMoveEvent (const wxPoint& ptint id = 0) Constructor. .SS wxPoint GetPosition () Returns the position of the window generating the move change event. .SH EVENTS .SS EVT_MOVE(func) Process a wxEVT_MOVE event, which is generated when a window is moved. .SH "SEE ALSO" wxEvent wxObject wxPoint Event handling overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.