Package wx :: Class MoveEvent
[frames | no frames]

Type 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 __init__(self, pos, winid)
Constructor.
  __repr__(self)
Point GetPosition(self)
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)
(Constructor)

Constructor.

Parameters:
pos
           (type=Point)

winid
           (type=int)

Returns:
MoveEvent
Overrides:
wx.Event.__init__

GetPosition(self)

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

Returns:
Point

Property Details

m_pos

Get Method:
GetPosition(self)
Set Method:
SetPosition(self, pos)

m_rect

Get Method:
GetRect(self)
Set Method:
SetRect(self, rect)

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:01:00 2006 http://epydoc.sf.net