configure tile treeview font



Is there any way to change the font of a ttk::treeview widget? I'm
writing a program that will need to use Unicode combining diacritics,
and the default font (on Windows XP) doesn't support them properly. I
can use another widget if necessary, but I'd really like to use the
treeview widget if I can make the font thing work.

Thanks,
Aric

.



Relevant Pages

  • Re: change font in the ctext widget
    ... > wiki that it's built on top of the standard Tk text widget. ... I had a general font problem with the entire ased application on my Debian ... I found some option add statements on wiki that changed the menu fonts ...
    (comp.lang.tcl)
  • Looking for tk internals information
    ... I've a developer who wants to be able to locate what font is being used ... He has a widget into which he inserts a stream of text from a file. ... there will be various unicode characters. ... User A runs the app, and sees the document just fine. ...
    (comp.lang.tcl)
  • Re: "booster-label" - why does it work such way? (8.4.12 on Debian Etch)
    ... perfectly valid way to achieve the desired behaviour. ... A widget has been created. ... Immediately then a default font is loaded "just in case". ... possibly breaking those scripts. ...
    (comp.lang.tcl)
  • Re: ttk themes ... once more into the breach ...
    ... is based on the class name, which you can get with [winfo class $widget]. ... set ret [$wdg cget -style] ... In a fortunate twist of fate, [font actual] returns a list in exactly this format. ...
    (comp.lang.tcl)
  • Re: tkinter text width
    ... Use a fixed-width font and manually wrap. ... widget, and compared how many lines my code thought the widget should ... some unicode was wrapped incorrectly. ...
    (comp.lang.python)