home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / reptoolwmt.tcl < prev    next >
Text File  |  1997-11-25  |  889b  |  32 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1996
  4. #
  5. #      File:           @(#)reptoolwmt.tcl    /main/titanic/5
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)reptoolwmt.tcl    /main/titanic/5   25 Nov 1997 Copyright 1996 Cayenne Software Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14.  
  15. Class RepToolWmtArea : {WmtArea} {
  16.     method destructor
  17.     constructor
  18. }
  19.  
  20. method RepToolWmtArea::destructor {this} {
  21.     # Start destructor user section
  22.     # End destructor user section
  23. }
  24.  
  25. constructor RepToolWmtArea {class this name context} {
  26.     set this [WmtArea::constructor $class $this $name]
  27.     return $this
  28. }
  29.  
  30. # Do not delete this line -- regeneration end marker
  31.  
  32.