home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
clenablepa.tcl
< prev
next >
Wrap
Text File
|
1996-09-17
|
2KB
|
64 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)clenablepa.tcl /main/hindenburg/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)clenablepa.tcl /main/hindenburg/1 17 Sep 1996 Copyright 1996 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 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::fromInterface {this} {
CoBrEnablePage::fromInterface $this
}
method ClEnablePage::toInterface {this key value} {
CoBrEnablePage::toInterface $this $key $value
}
# Do not delete this line -- regeneration end marker