Re: A ttk::style question

Liste des GroupesRevenir à cl tcl 
Sujet : Re: A ttk::style question
De : hgiese (at) *nospam* ratiosoft.com (Helmut Giese)
Groupes : comp.lang.tcl
Date : 09. Jun 2025, 00:51:40
Autres entêtes
Organisation : ratiosoft
Message-ID : <a38c4kdmqai81p6e7i6edc07qf54lmr1ot@4ax.com>
References : 1 2
User-Agent : Forte Free Agent 1.93/32.576 English (American)
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.


Date Sujet#  Auteur
8 Jun 25 * A ttk::style question8Helmut Giese
9 Jun 25 `* Re: A ttk::style question7Helmut Giese
9 Jun 25  +* Re: A ttk::style question3nemethi
9 Jun 25  i`* Re: A ttk::style question2Alan Grunwald
9 Jun 25  i `- Re: A ttk::style question1nemethi
9 Jun 25  +- Re: A ttk::style question1greg
10 Jun 25  `* Re: A ttk::style question2Helmut Giese
10 Jun 25   `- Re: A ttk::style question1Harald Oehlmann

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal