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.
|