Home | Trees | Index | Help |
|
---|
Package wx :: Class MoveEvent |
|
object
--+ |Object
--+ |Event
--+ | MoveEvent
This event object is sent for EVT_MOVE event bindings when a window is moved to a new position.
Method Summary | |
---|---|
MoveEvent |
Constructor. |
Point |
Returns the position of the window generating the move change event. |
Rect | GetRect(self)
|
SetPosition(self,
pos)
| |
SetRect(self,
rect)
|
Property Summary | |
---|---|
m_pos : GetPosition(self) -> Point | |
m_rect : GetRect(self) -> Rect | |
Position : See GetPosition and SetPosition | |
Rect : See GetRect and SetRect | |
thisown : The membership flag |
Method Details |
---|
__init__(self,
pos=DefaultPosition,
winid=0)
|
GetPosition(self)Returns the position of the window generating the move change event.
|
Property Details |
---|
m_posGetPosition(self) -> Point Returns the position of the window generating the move change event.
|
m_rectGetRect(self) -> Rect |
PositionSee
|
Rect |
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:51:53 2009 | http://epydoc.sf.net |