| 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. |
__repr__(self)
| |
| 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 | |
| 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 |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:01:00 2006 | http://epydoc.sf.net |