Long story: i want to apply style to a text widget, more specifically color to backgroung when disabled. Searching for, the easy way would seems to be..
Short Story : Using awthemes with tree (code based on the tk8.6 demo of tree ,"A multi-column list of countries" ) give this error :
font "" doesn't exist
font "" doesn't exist
while executing
"font measure $font $name"
(...etc...)
Tracing the error, the variable font come from [ttk::style lookup Heading -font].
When using with others styles, font take tha value "TkHeadingFont" but with awthemes is empty and i don't found it at all in any style of it.
Is this a bug in awthemes ?
From Christian Werner@21:1/5 to lamuzz... on Sat Aug 12 23:43:54 2023
lamuzz... wrote:
...
When using with others styles, font take tha value "TkHeadingFont" but with awthemes is empty and i don't found it at all in any style of it.
Is this a bug in awthemes ?