home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / mtitemprop.tcl < prev    next >
Text File  |  1997-08-01  |  1KB  |  47 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1997
  4. #
  5. #      File:           @(#)mtitemprop.tcl    /main/titanic/2
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)mtitemprop.tcl    /main/titanic/2   1 Aug 1997 Copyright 1997 Cayenne Software Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14. require "mtproprepo.tcl"
  15.  
  16. Class MTItemPropRepObj : {MTPropRepObj} {
  17.     constructor
  18.     method destructor
  19.     method browserObjType
  20.     method browserType
  21.     attribute item
  22. }
  23.  
  24. constructor MTItemPropRepObj {class this name} {
  25.     set this [MTPropRepObj::constructor $class $this $name]
  26.     # Start constructor user section
  27.     # End constructor user section
  28.     return $this
  29. }
  30.  
  31. method MTItemPropRepObj::destructor {this} {
  32.     # Start destructor user section
  33.     # End destructor user section
  34.     $this MTPropRepObj::destructor
  35. }
  36.  
  37. method MTItemPropRepObj::browserObjType {this} {
  38.     return MTItemPropertyRepObj
  39. }
  40.  
  41. method MTItemPropRepObj::browserType {this} {
  42.     return ItemProperty
  43. }
  44.  
  45. # Do not delete this line -- regeneration end marker
  46.  
  47.