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

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