![]() |
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 - 13:03:44 CEST
schelli@imb-jena.de writes:
> I would like to create text in different colors within the text field
text $w -relief raised -bd 2
> $w tag configure color2 -foreground red
bind $w <1> { $w configure -relief sunken; update;
or something like that.
-- Donald Arseneau asnd@triumf.caReceived on Thu Sep 29 14:28:06 2005 |