home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / revengstdl.tcl < prev    next >
Text File  |  1996-08-15  |  961b  |  34 lines

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