I want to configure the font of a ttk::radiobutton - but how?
On 09/06/2025 00:44, Helmut Giese wrote:
I want to configure the font of a ttk::radiobutton - but how?
Assuming you don't want all your radiobuttons to have the special font, >invent a name for a style that inherits from the normal style for a >radiobutton; TRadiobutton. Configure the font for that derived style.
Then use that style for your radiobutton:
ttk::style configure Fixed.TRadiobutton -font TkFixedFont
ttk::radiobutton .b -style Fixed.TRadiobutton -text Hello
Schelte.
Hi Schelte,
you saved my day, many thanks (and so fast, too).
Maybe one more question:
Is there some source (tutorial, collection of texts, or similar)
where one could learn the basics of working with styles? Anthing?
Thanks again
Helmut
On 09/06/2025 00:44, Helmut Giese wrote:
I want to configure the font of a ttk::radiobutton - but how?
Assuming you don't want all your radiobuttons to have the special font,
invent a name for a style that inherits from the normal style for a
radiobutton; TRadiobutton. Configure the font for that derived style.
Then use that style for your radiobutton:
ttk::style configure Fixed.TRadiobutton -font TkFixedFont
ttk::radiobutton .b -style Fixed.TRadiobutton -text Hello
Schelte.
Am 09.06.25 um 01:51 schrieb Helmut Giese:
Hi Schelte,
you saved my day, many thanks (and so fast, too).
Maybe one more question:
Is there some source (tutorial, collection of texts, or similar)
where one could learn the basics of working with styles? Anthing?
Thanks again
Helmut
On 09/06/2025 00:44, Helmut Giese wrote:
I want to configure the font of a ttk::radiobutton - but how?
Assuming you don't want all your radiobuttons to have the special font,
invent a name for a style that inherits from the normal style for a
radiobutton; TRadiobutton. Configure the font for that derived style.
Then use that style for your radiobutton:
ttk::style configure Fixed.TRadiobutton -font TkFixedFont
ttk::radiobutton .b -style Fixed.TRadiobutton -text Hello
Schelte.
See https://tkdocs.com/tutorial/styles.html by Mark Roseman.
On 09/06/2025 12:20, nemethi wrote:
Am 09.06.25 um 01:51 schrieb Helmut Giese:
Hi Schelte,
you saved my day, many thanks (and so fast, too).
Maybe one more question:
Is there some source (tutorial, collection of texts, or similar)
where one could learn the basics of working with styles? Anthing?
Thanks again
Helmut
On 09/06/2025 00:44, Helmut Giese wrote:
I want to configure the font of a ttk::radiobutton - but how?
Assuming you don't want all your radiobuttons to have the special font, >>>> invent a name for a style that inherits from the normal style for a
radiobutton; TRadiobutton. Configure the font for that derived style.
Then use that style for your radiobutton:
ttk::style configure Fixed.TRadiobutton -font TkFixedFont
ttk::radiobutton .b -style Fixed.TRadiobutton -text Hello
Schelte.
See https://tkdocs.com/tutorial/styles.html by Mark Roseman.
That's great, Csaba, thank you. I've been looking for ages for something that explained Ttk styles in a way that was natural to me, and this may
well be it. Is there any thing similar to explain how to modify layouts? (Assuming it's possible.)
Alan
Hi Schelte,
you saved my day, many thanks (and so fast, too).
Maybe one more question:
Is there some source (tutorial, collection of texts, or similar)
where one could learn the basics of working with styles? Anthing?
Thanks again
Helmut
On 09/06/2025 00:44, Helmut Giese wrote:
I want to configure the font of a ttk::radiobutton - but how?
Assuming you don't want all your radiobuttons to have the special font,
invent a name for a style that inherits from the normal style for a
radiobutton; TRadiobutton. Configure the font for that derived style.
Then use that style for your radiobutton:
ttk::style configure Fixed.TRadiobutton -font TkFixedFont
ttk::radiobutton .b -style Fixed.TRadiobutton -text Hello
Schelte.
Hello all,
I am simply overwhelmed: so many infos - and so much to study :(
Many thanks to all of you
Helmut
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,064 |
Nodes: | 10 (0 / 10) |
Uptime: | 156:55:24 |
Calls: | 13,691 |
Calls today: | 1 |
Files: | 186,936 |
D/L today: |
4,873 files (1,455M bytes) |
Messages: | 2,411,166 |