home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
propifpage.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
1KB
|
37 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1994
#
# File: @(#)propifpage.tcl 1.3
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)propifpage.tcl 1.3 13 Mar 1996 Copyright 1994 Westmount Technology
# Start user added include file section
# End user added include file section
require "propifgrou.tcl"
Class PropIfPage : {PropIfGroup} {
method destructor
constructor
}
method PropIfPage::destructor {this} {
# Start destructor user section
# End destructor user section
$this PropIfGroup::destructor
}
constructor PropIfPage {class this guiParent propDef} {
set page [NoteBkPage new $guiParent.[$propDef name]Page \
-label [$propDef longName]]
set this [PropIfGroup::constructor $class $this $page $propDef]
$this ifElement $page
return $this
}
# Do not delete this line -- regeneration end marker