![]() |
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: Eckhard Lehmann <ecky-l@web.de>
Date: Sun Oct 30 2005 - 11:23:02 CET
Silas Justiniano schrieb:
Besides the fact that namespaces come from Itcl, Itk has such a
class My {
variable myentry
constructor {args} {
eval itk_initialize $args
# later
# again later
Learn more here: http://wiki.tcl.tk/63
BTW, is it planned to use [scope] with (public) variables from other
class A {
class B {
protected variable aobj ""
constructor {args} {
itk_component add e {
At this moment this does not work, or I've overlooked something. I
Eckhard
|