Terry J. Reedy added the comment:

I merged the nested functions and classes patch yesterday, so I really want to 
stop using file and folder icons for functions and classes.

However, this is not as easy as I was hoping.  By default, 
tree.TreeItem.GetIconName returns None.  tree.TreeNode then uses the default 
closed and open folder icons for contracted and expanded nodes.  There is no 
provision for 'no icon'.  The text print function hardcodes space for the icon. 
 The one thing I tried worked with module browser for at least a few node, but 
sent pathbrowser into a do-nothing state, probably a loop.

I decided to let this sit longer.  I hope to soon replace at least the low 
level part of tree (TreeNode) with ttk.Treeview, which does not require icons.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25090>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to