home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
propstruct.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
1KB
|
41 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)propstruct.tcl 1.4
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)propstruct.tcl 1.4 29 Feb 1996 Copyright 1996 Cadre Technologies Inc.
# Start user added include file section
# End user added include file section
Class PropStruct : {GCObject} {
constructor
method destructor
attribute name
attribute type
attribute containerKey
attribute compPropDefs
attribute itemPropDefs
attribute component
attribute itemRef
}
constructor PropStruct {class this} {
set this [GCObject::constructor $class $this]
# Start constructor user section
# End constructor user section
return $this
}
method PropStruct::destructor {this} {
# Start destructor user section
# End destructor user section
}
# Do not delete this line -- regeneration end marker