home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
Comanche
/
gui
/
guiObject.tcl
< prev
next >
Wrap
Text File
|
2000-11-02
|
268b
|
13 lines
class guiObject {
variable state 1
protected variable subject
protected variable frame
method setSubject { newSubject } { set subject $newSubject }
method sync {}
method enable {}
method disable {}
method queryState {}
}