A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.MoveEvent.html below:

wx.MoveEvent — wxPython Phoenix 4.2.4a1 documentation

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.

Class Hierarchy¶

Inheritance diagram for class

MoveEvent

:

Methods Summary¶ Properties Summary¶ Class API¶
class wx.MoveEvent(Event)¶

Possible constructors:

MoveEvent(pt, id=0) -> None

A move event holds information about window position change.


Methods¶
__init__(self, pt, id=0)¶

Constructor.

Parameters:
Return type:

None


GetPosition(self)¶

Returns the position of the window generating the move change event.

Return type:

wx.Point


GetRect(self)¶
Return type:

wx.Rect


SetPosition(self, pos)¶
Parameters:

pos (wx.Point)

Return type:

None


SetRect(self, rect)¶
Parameters:

rect (wx.Rect)

Return type:

None


Properties¶
Position¶

See GetPosition and SetPosition


Rect¶

See GetRect and SetRect


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