[wxPython-users] ANN: HyperTreeList Control for wxPython :-D

Robin Dunn robin at alldunn.com
Tue May 8 17:24:34 PDT 2007


Andrea Gavana wrote:
> Hi All,
> 
>    to celebrate my birthday ( :-D ), I am happy to announce my latest
> child, HyperTreeList.
> 
> HyperTreeList is a class that mimics the behaviour of
> wx.gizmos.TreeListCtrl, with almost the same base functionalities plus
> some more enhancements. This class does not rely on the native
> control, as it is a full owner-drawn tree-list control.
> 
> HyperTreeList is somewhat an hybrid between CustomTreeCtrl and
> wx.gizmos.TreeListCtrl.

I'll try to get time to browse through the source code in a day or two, 
but one question I have right off is what is the relationship between 
this and CustomTreeCtrl code?  Does it reuse that code in some way? 
(Derive from, embed, sibling, etc.)  Or is it a complete 
reimplementation that just adds columns to the tree like 
gizmos.TreeListCtrl is a reimplementation of the generic wxTreeCtrl class?

IIRC that was the main reason that wxTreeListCtrl was never moved into 
the core wxWidgets, because it duplicated and slightly modified all of 
the treectrl code instead of refactoring so they both could share the 
common code.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list