Home | Trees | Index | Help |
|
---|
Package wx :: Class TreeEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ |NotifyEvent
--+ | TreeEvent
Method Summary | |
---|---|
NotifyEvent |
An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening. |
__repr__(self)
| |
TreeItemId | GetItem(self)
|
int | GetKeyCode(self)
|
KeyEvent | GetKeyEvent(self)
|
String | GetLabel(self)
|
TreeItemId | GetOldItem(self)
|
Point | GetPoint(self)
|
String | GetToolTip(self)
|
bool | IsEditCancelled(self)
|
SetEditCanceled(self,
editCancelled)
| |
SetItem(self,
item)
| |
SetKeyEvent(self,
evt)
| |
SetLabel(self,
label)
| |
SetOldItem(self,
item)
| |
SetPoint(self,
pt)
| |
SetToolTip(self,
toolTip)
|
Method Details |
---|
__init__(self,
commandType=wxEVT_NULL,
id=0)
An instance of this class (or one of its derived classes) is sent from
a control when the control's state is being changed and the control
allows that change to be prevented from happening. The event handler
can call |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:42 2005 | http://epydoc.sf.net |