Home | Trees | Index | Help |
|
---|
Module wxmpl :: Class CursorChanger |
|
DestructableViewMixin
--+
|
CursorChanger
Method Summary | |
---|---|
Create a CursorChanger attached to the wxPython window view . | |
Change the cursor of the associated window to a square cross. | |
Enable or disable this cursor changer. | |
Change the cursor of the associated window to a normal arrow. | |
Inherited from DestructableViewMixin | |
Sets this object's view attribute to
None . |
Method Details |
---|
__init__(self,
view,
enabled=True)
Create a CursorChanger attached to the wxPython window
|
setCross(self)Change the cursor of the associated window to a square cross. |
setEnabled(self, state)Enable or disable this cursor changer. When disabled, the cursor is reset to the normal arrow and calls to theset() methods
have no effect.
|
setNormal(self)Change the cursor of the associated window to a normal arrow. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Aug 28 13:47:50 2006 | http://epydoc.sf.net |