wxMoveEventA move event holds information about move change events. Derived from Include files <wx/event.h> Event table macros To process a move event, use this event handler macro to direct input to a member function that takes a wxMoveEvent argument.
See also wxPoint, Event handling overview Members
wxMoveEvent::wxMoveEvent
wxMoveEvent::wxMoveEventwxMoveEvent(const wxPoint& pt, int id = 0) Constructor.
wxMoveEvent::GetPositionwxPoint GetPosition() const Returns the position of the window generating the move change event.
|