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 >
Text File  |  1996-05-29  |  1KB  |  41 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cadre Technologies Inc.    1996
  4. #
  5. #      File:           @(#)propstruct.tcl    1.4
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)propstruct.tcl    1.4   29 Feb 1996 Copyright 1996 Cadre Technologies Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14.  
  15. Class PropStruct : {GCObject} {
  16.     constructor
  17.     method destructor
  18.     attribute name
  19.     attribute type
  20.     attribute containerKey
  21.     attribute compPropDefs
  22.     attribute itemPropDefs
  23.     attribute component
  24.     attribute itemRef
  25. }
  26.  
  27. constructor PropStruct {class this} {
  28.     set this [GCObject::constructor $class $this]
  29.     # Start constructor user section
  30.     # End constructor user section
  31.     return $this
  32. }
  33.  
  34. method PropStruct::destructor {this} {
  35.     # Start destructor user section
  36.     # End destructor user section
  37. }
  38.  
  39. # Do not delete this line -- regeneration end marker
  40.  
  41.