Add a wx.lib.gizmos.TreeListCtrl
"Brendan Simon (eTRIX)" <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Organization | eTRIX pty ltd |
| Message-ID | <[email protected]> |
I have an app that uses `wx.ListCtrl`. I want to enhance the app so that I can have multiple `wx.ListCtrl` widgets inside a tree. I want to be able to load multiple configuration files as python objects, store the objects in a list, and display the object fields in a tree of ListCtrls. The `wx.lib.gizmos.TreeListCtrl` would seem like a good solution, howeverr `TreeListCtrl` isn't supported by wxglade as best I can tell. In the demo, the events used seem to be TREE type events, rather than LIST type events. Should I setup a TreeCtrl in wxglade, and modify the Class to be TreeListCtrl instead of wxTreeCtrl? Will that work? Or am I better off adding a "custom widget" ? If wxglade was to supporrt TreeListCtrl, would it be best to have an individual icon, or use the Tree (and/or List) icon but have some setting to choose the TreeList variant. Thanks, Brendan. _______________________________________________ wxGlade-general mailing list wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/wxglade-general