[wxPython-users] Writing an outliner control -- what to start from?

Robin Dunn robin at alldunn.com
Wed Jun 13 12:37:39 PDT 2007


Don Dwiggins wrote:
> A tool I use every day is the old Ecco PIM.  In particular, I find its 
> text outliner to be my main tool for all sorts of recording and 
> organizing.  A summary of its capabilities is at 
> http://www.compusol.org/ecco/outlining.html.
> 
> I've been toying with the idea of creating an outliner control with 
> similar capabilities in wx.  In particular, I'm wondering what control 
> would be the best starting point?  Does anyone have any thoughts on this 
> (or better yet, know of something similar that's been done)?
> 
> For extra credit, allow a grid-style layout with the outline in one of 
> the columns, as shown in the picture on compusol.

Sounds like the TreeListCtrl, or perhaps Andrea's HyperTreeList.

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





More information about the wxpython-users mailing list