home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (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
-
-