![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: GUI, namespaces and OO
From: Aric Bills <aric.bills@gmail.com>
Date: Sun Oct 30 2005 - 00:01:54 CEST
Snit will do that, and a lot more, for you. Below is a Snit
The "Snit FAQ" is an excellent tutorial:
Regards,
package require snit
snit::widget twidget {
hulltype toplevel
constructor {args} {
twidget .t
|