![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveget default options of Tk widgets
From: Simon Bachmann <ssiimmoonnbbaacchhmmaannnn@ffrreemmaaiill.cchh>
Date: Sat Apr 29 2006 - 16:46:48 CEST
Hi
% info patchlevel
My question: is there a way to get the values that are used for options
% option get . font Label
That's what I'm trying to do:
Here's a simplified example of what I'm looking for
label .l -fg red
set option foreground
Of course I could create an array that contains all values that I need,
Tnx
Simon
|