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 >
Wrap
Text File
|
1996-09-26
|
1KB
|
38 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)enablepage.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)enablepage.tcl /main/titanic/1 26 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