![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: get default options of Tk widgets
From: Uwe Klein <uwe_klein_habertwedt@t-online.de>
Date: Sat Apr 29 2006 - 17:26:46 CEST
Hi,
set widget [ label .l]
foreach item $alloptions {
set option [ string trimleft $argname - ]
puts "singleoption \"$option\""
foreach {argname optdbname class default current} $singleoption {
uwe
|