![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: radiobutton / checkbutton text in multiple colors
From: Donald Arseneau <asnd@triumf.ca>
Date: Sun Jul 31 2005 - 21:05:53 CEST
"Peter Schellenberg" <schelli@imb-jena.de> writes:
> thanks for the answer. However I wonder if it is the answer to my
set w .tb
$w tag configure color2 -foreground red
$w configure -state disabled
bind $w <1> { $w configure -relief sunken
label .mess -textvar press_mess
pack .tb .mess
It is even easier for radio buttons and check buttons beca
> radiobutton $w.left.b$i -text "Text in 1st color, 2nd color, 3rd color"
-- Donald Arseneau asnd@triumf.caReceived on Thu Sep 29 14:28:10 2005 |