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_MOVE
event, which is generated when a window is moved.
EVT_MOVE_START: Process a wxEVT_MOVE_START
event, which is generated when the user starts to move or size a window. wxMSW only.
EVT_MOVING: Process a wxEVT_MOVING
event, which is generated while the user is moving the window. wxMSW only.
EVT_MOVE_END: Process a wxEVT_MOVE_END
event, which is generated when the user stops moving or sizing a window. wxMSW only.
Inheritance diagram for class
MoveEvent:
Methods Summary¶ Properties Summary¶ Class API¶Possible constructors:
MoveEvent(pt, id=0) -> None
A move event holds information about window position change.
Constructor.
pt (wx.Point)
id (int)
None
Returns the position of the window generating the move change event.
pos (wx.Point)
None
rect (wx.Rect)
None
See GetPosition
and SetPosition
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4