How can I set bold font in a ttk::checkbutton styled with "-style Toolbutton"?
I can define a new style with bold text with:
ttk::style configure Bold.TButton -font MPbold
But then the new style will will not have the "Toolbutton" style.
I need some kind o copy the "Toolbutton" style and then just modify the font.
Thanks
Alexandru
How can I set bold font in a ttk::checkbutton styled with "-style Toolbutton"?
I can define a new style with bold text with:
ttk::style configure Bold.TButton -font MPbold
But then the new style will will not have the "Toolbutton" style.
I need some kind o copy the "Toolbutton" style and then just modify the font.
Thanks
Alexandru
Am 15.08.23 um 07:58 schrieb Alexandru:
How can I set bold font in a ttk::checkbutton styled with "-style Toolbutton"?
I can define a new style with bold text with:
ttk::style configure Bold.TButton -font MPbold
But then the new style will will not have the "Toolbutton" style.
I need some kind o copy the "Toolbutton" style and then just modify the font.
ThanksTry
Alexandru
ttk::style configure Bold.Toolbutton -font MPbold
...
ttk::checkbutton .ckbtn -style Bold.Toolbutton ...
--
Csaba Nemethi https://www.nemethi.de mailto:csaba....@t-online.de
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 493 |
Nodes: | 16 (2 / 14) |
Uptime: | 183:22:48 |
Calls: | 9,705 |
Files: | 13,737 |
Messages: | 6,179,547 |