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

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1996
  4. #
  5. #      File:           @(#)h++section.tcl    /main/titanic/2
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)h++section.tcl    /main/titanic/2   21 Jan 1997 Copyright 1996 Cayenne Software Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14. require_module_file "textrefsec.tcl" docwriter
  15.  
  16. Class H++Section : {TextRefSection} {
  17.     constructor
  18.     method destructor
  19.     method promoter
  20. }
  21.  
  22. constructor H++Section {class this name document} {
  23.     set this [TextRefSection::constructor $class $this $name $document]
  24.     # Start constructor user section
  25.     # End constructor user section
  26.     return $this
  27. }
  28.  
  29. method H++Section::destructor {this} {
  30.     # Start destructor user section
  31.     # End destructor user section
  32.     $this TextRefSection::destructor
  33. }
  34.  
  35. method H++Section::promoter {this} {
  36.     $this uiType H++
  37. }
  38.  
  39. # Do not delete this line -- regeneration end marker
  40.  
  41.