home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / openaction.tcl < prev    next >
Text File  |  1997-05-06  |  981b  |  36 lines

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