home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / revengstdl.tcl < prev    next >
Text File  |  1997-07-24  |  993b  |  35 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1996
  4. #
  5. #      File:           @(#)revengstdl.tcl    /main/titanic/2
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)revengstdl.tcl    /main/titanic/2   24 Jul 1997 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.     $this.top.alg.types sensitive no
  30.     return $this
  31. }
  32.  
  33. # Do not delete this line -- regeneration end marker
  34.  
  35.