wx.py.filling.FillingTree¶
FillingTree based on TreeCtrl.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Create FillingTree instance. |
|
Return a syntactically proper name for item. |
|
Return dictionary with attributes or contents of object. |
|
Return true if object has children. |
|
Launch a DirFrame. |
|
Remove all children from the item. |
|
Add children to the item. |
|
Display information about the item. |
|
Receiver for Interpreter.push signal. |
|
Display status information. |
|
Display information about the current selection. |
Class API¶
- class FillingTree(wx.TreeCtrl)¶
FillingTree based on TreeCtrl.
Methods¶
- __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.TR_DEFAULT_STYLE, rootObject=None, rootLabel=None, rootIsNamespace=False, static=False)¶
Create FillingTree instance.
- addChildren(self, item)¶
- display(self)¶
- getFullName(self, item, partial='')¶
Return a syntactically proper name for item.
- objGetChildren(self, obj)¶
Return dictionary with attributes or contents of object.
- objHasChildren(self, obj)¶
Return true if object has children.
- OnItemActivated(self, event)¶
Launch a DirFrame.
- OnItemCollapsed(self, event)¶
Remove all children from the item.
- OnItemExpanding(self, event)¶
Add children to the item.
- OnSelChanged(self, event)¶
Display information about the item.
- push(self, command, more)¶
Receiver for Interpreter.push signal.
- setStatusText(self, text)¶
Display status information.
- setText(self, text)¶
Display information about the current selection.