home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)clenablepa.tcl /main/titanic/4
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)clenablepa.tcl /main/titanic/4 10 Oct 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "cobrenable.tcl"
-
- Class ClEnablePage : {CoBrEnablePage} {
- constructor
- method destructor
- method createInterface
- method clearInterface
- method sensitive
- method fromInterface
- method toInterface
- }
-
- constructor ClEnablePage {class this name} {
- set this [CoBrEnablePage::constructor $class $this $name]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method ClEnablePage::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this CoBrEnablePage::destructor
- }
-
- method ClEnablePage::createInterface {this} {
-
- interface NamedGroup $this.NG {
- DlgColumn DC {
- Label dummyLayoutLabel {}
- Label dummyLayoutLabel {}
- Label dummyLayoutLabel {}
- }
- }
- CoBrEnablePage::createInterface $this
- }
-
- method ClEnablePage::clearInterface {this} {
- CoBrEnablePage::clearInterface $this
- }
-
- method ClEnablePage::sensitive {this args} {
-
- return [CoBrEnablePage::sensitive $this $args]
- }
-
- method ClEnablePage::fromInterface {this} {
- return [CoBrEnablePage::fromInterface $this]
- }
-
- method ClEnablePage::toInterface {this key value} {
- CoBrEnablePage::toInterface $this $key $value
- }
-
- # Do not delete this line -- regeneration end marker
-
-