On Jan 25, 6:49 am, anne <
adudfi...@gmail.com> wrote:
> Thanks everyone. That is helpful. Not sure why I missed it before. Now to retrieve the font of the text inside the treeview widget, the only way I can find to do that is to tag an item, and then query that tag for the font. Is there a more direct way?
By default, the font will be TkDefaultFont, a named font created
automatically by Tk. I don't have an easy way to check whether that's
the font in use for a particular treeview item, but if you don't allow
users the option to change fonts in the treeview widget, that's the
font you'll end up with.