home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)enablepage.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)enablepage.tcl /main/hindenburg/1 17 Sep 1996 Copyright 1996 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
-
- Class EnablePage : {NoteBkPage} {
- constructor
- method destructor
- attribute if
- }
-
- constructor EnablePage {class this name} {
- set this [NoteBkPage::constructor $class $this $name]
- # Start constructor user section
- $this if $this.NG.DC.DR.DC
- $this createInterface
- $this label Enable/Disable
- # End constructor user section
- return $this
- }
-
- method EnablePage::destructor {this} {
- # Start destructor user section
- # End destructor user section
- }
-
- # Do not delete this line -- regeneration end marker
-
-