wx.MoveEvent¶
A move event holds information about window position change.
These events are currently generated for top level (see wx.TopLevelWindow) windows in all ports, but are not generated for the child windows in wxGTK.
Events Emitted by this Class¶
Handlers bound for the following event types will receive a wx.MoveEvent parameter.
EVT_MOVE: Process a
wxEVT_MOVEevent, which is generated when a window is moved.EVT_MOVE_START: Process a
wxEVT_MOVE_STARTevent, which is generated when the user starts to move or size a window. wxMSW only.EVT_MOVING: Process a
wxEVT_MOVINGevent, which is generated while the user is moving the window. wxMSW only.EVT_MOVE_END: Process a
wxEVT_MOVE_ENDevent, which is generated when the user stops moving or sizing a window. wxMSW only.
See also
Class Hierarchy¶
Methods Summary¶
Constructor. |
|
Returns the position of the window generating the move change event. |
|
Properties Summary¶
See |
|
Class API¶
- class wx.MoveEvent(Event)¶
Possible constructors:
MoveEvent(pt, id=0) -> None
A move event holds information about window position change.
Methods¶
- GetPosition(self)¶
Returns the position of the window generating the move change event.
- Return type:
Properties¶
- Position¶
See
GetPositionandSetPosition