wx.MoveEvent

Inheritance diagram for wx.MoveEvent:



Description

A move event holds information about move change events.

See also

wx.Point

Derived From

Event Handling

Event Name Description
wx.EVT_MOVE(func) Process a wx.wxEVT_MOVE event, generated when a window is moved.

Properties Summary

Class API

Methods

__init__(pos=wx.DefaultPosition, winid=0)

Constructor.

Parameters:


Returns:

wx.MoveEvent


GetPosition()

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


Returns:

wx.Point


GetRect()

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


Returns:

wx.Rect


SetPosition(pos)

Parameters:


SetRect(rect)

Parameters:


Properties

Position
See GetPosition and SetPosition
Rect
See GetRect and SetRect
m_pos
See GetPosition and SetPosition
m_rect

GetRect(self) -> Rect

See GetRect and SetRect