1 # vim: foldmarker=<<<,>>>
6 constructor
{accessvar args
} {
7 upvar $accessvar scopevar
8 tlc
::Domino::constructor scopevar
13 variable textvariable
""
17 variable old_textvariable
""
22 configbody tlc
::Vardomino::textvariable { #<<<
23 if {$old_textvariable ne
""} {
24 trace vdelete
$old_textvariable wu
[code
$this tip
]
26 if {$textvariable ne
""} {
27 trace variable $textvariable wu
[code
$this tip
]
28 set old_textvariable
$textvariable
34 body tlc
::Vardomino::constructor {accessvar args
} { #<<<
39 body tlc
::Vardomino::destructor {} { #<<<
40 trace vdelete
$textvariable wu
[code
$this tip
]