 
       wx.lib.gizmos.treelistctrl.TreeListCtrl¶
  wx.lib.gizmos.treelistctrl.TreeListCtrl¶See documentation for HyperTreeList and
CustomTreeCtrl. This class is just a
simple derivation of the former in order to provide a mostly compatible
class to replace the C++ TreeListCtrl class in Classic, and most
CustomTreeCtrl methods are available here as well via monkey-patched
delegates.
 Class API¶
 Class API¶TreeListCtrl(HTL.HyperTreeList)¶See documentation for HyperTreeList and
CustomTreeCtrl. This class is just a
simple derivation of the former in order to provide a mostly compatible
class to replace the C++ TreeListCtrl class in Classic, and most
CustomTreeCtrl methods are available here as well via monkey-patched
delegates.
__init__(self, parent, id=wx.ID_ANY, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, agwStyle=wx.TR_DEFAULT_STYLE, validator=wx.DefaultValidator, name="treelistctrl")¶