![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveradiobutton / checkbutton text in multiple colors
From: <schelli@imb-jena.de>
Date: Sun Jul 31 2005 - 10:55:04 CEST
Hi ,
I would like to create text in different colors within the text field
radiobutton $w.left.b$i -text "Text in 1st color, 2nd color, 3rd color"
It would be convenient to first define the text as a variable:
set mytext "Text in 1st color, 2nd color, 3rd color"
How can I do this in TCL/Tk ? I am aware of the tag syntax:
however, I am not able to apply this in a text field of a button or to
Thanks for help in advance Peter
|