home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / reptooldia.tcl < prev    next >
Text File  |  1996-09-16  |  1KB  |  40 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cadre Technologies Inc.    1996
  4. #
  5. #      File:           @(#)reptooldia.tcl    /main/titanic/2
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)reptooldia.tcl    /main/titanic/2   16 Sep 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 RepToolDialog : {TemplateDialog} {
  16.     constructor
  17.     method destructor
  18.     attribute view
  19. }
  20.  
  21. constructor RepToolDialog {class this name view} {
  22.     set this [TemplateDialog::constructor $class $this $name]
  23.     $this view $view
  24.     # Start constructor user section
  25.  
  26.         # Default modality.
  27.         $this modal 1
  28.  
  29.     # End constructor user section
  30.     return $this
  31. }
  32.  
  33. method RepToolDialog::destructor {this} {
  34.     # Start destructor user section
  35.     # End destructor user section
  36. }
  37.  
  38. # Do not delete this line -- regeneration end marker
  39.  
  40.