Home | Trees | Index | Help |
|
---|
|
object --+ | Object --+ | Event --+ | CommandEvent --+ | wx._core.PyCommandEvent --+ | CommandTreeEvent --+ | TreeEvent
|
|||
Allow(self)
The event is allowed. |
|||
GetNotifyEvent(self)
Returns the actual wx.NotifyEvent. |
|||
IsAllowed(self)
Returns whether the event is allowed or not. |
|||
Veto(self)
Vetos the event. |
|||
__init__(self,
type,
id,
item=None,
evtKey=None,
point=None,
label=None,
**kwargs)
Default class constructor. |
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Inherited from CommandTreeEvent | |||
---|---|---|---|
GetItem(self)
Gets the item on which the operation was performed or the newly selected item for EVT_TREE_SEL_CHANGED/ING events. |
|||
GetKeyCode(self)
Returns the integer key code (for EVT_TREE_KEY_DOWN only). |
|||
GetKeyEvent(self)
Keyboard data (for EVT_TREE_KEY_DOWN only). |
|||
GetLabel(self)
Returns the label-itemtext (for EVT_TREE_BEGIN|END_LABEL_EDIT only). |
|||
GetOldItem(self)
For EVT_TREE_SEL_CHANGED/ING events, gets the previously selected item. |
|||
GetPoint(self)
Returns the point where the mouse was when the drag operation started (for EVT_TREE_BEGIN(R)DRAG events only) or the click position. |
|||
GetToolTip(self)
Gets the tooltip for the item (for EVT_TREE_ITEM_GETTOOLTIP events). |
|||
IsEditCancelled(self)
Returns the edit cancel flag (for EVT_TREE_BEGIN|END_LABEL_EDIT only). |
|||
SetEditCanceled(self,
editCancelled)
Sets the edit cancel flag (for EVT_TREE_BEGIN|END_LABEL_EDIT only). |
|||
SetItem(self,
item)
Sets the item on which the operation was performed or the newly selected item for EVT_TREE_SEL_CHANGED/ING events. |
|||
SetKeyEvent(self,
evt)
Keyboard data (for EVT_TREE_KEY_DOWN only). |
|||
SetLabel(self,
label)
Sets the label-itemtext (for EVT_TREE_BEGIN|END_LABEL_EDIT only). |
|||
SetOldItem(self,
item)
For EVT_TREE_SEL_CHANGED/ING events, sets the previously selected item. |
|||
SetPoint(self,
pt)
Sets the point where the mouse was when the drag operation started (for EVT_TREE_BEGIN(R)DRAG events only) or the click position. |
|||
SetToolTip(self,
toolTip)
Sets the tooltip for the item (for EVT_TREE_ITEM_GETTOOLTIP events). |
|
|||
Inherited from |
|
|
|
|
|
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Fri May 26 10:25:02 2006 | http://epydoc.sf.net |