| 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 | |
m_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_pos
|
m_rect |
PositionSee
|
Rect |
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:53 2007 | http://epydoc.sf.net |