Phoenix Logo

phoenix_title wx.py.filling.FillingTree

FillingTree based on TreeCtrl.


class_hierarchy Class Hierarchy

Inheritance diagram for class FillingTree:

super_classes Known Superclasses

wx.TreeCtrl


method_summary Methods Summary

__init__ Create FillingTree instance.
addChildren  
display  
getFullName Return a syntactically proper name for item.
objGetChildren Return dictionary with attributes or contents of object.
objHasChildren Return true if object has children.
OnItemActivated Launch a DirFrame.
OnItemCollapsed Remove all children from the item.
OnItemExpanding Add children to the item.
OnSelChanged Display information about the item.
push Receiver for Interpreter.push signal.
setStatusText Display status information.
setText Display information about the current selection.

api 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.