![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Widget name from a widget -command?
From: Bryan Oakley <oakley@bardo.clearlight.com>
Date: Tue May 24 2005 - 00:26:11 CEST
mocallins@yahoo.com wrote:
Sure, pass it as an argument.
button .foo.bar.baz -command [list doSomethingUseful .foo.bar.baz]
|