home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)tclsection.tcl /main/titanic/2
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)tclsection.tcl /main/titanic/2 21 Jan 1997 Copyright 1996 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require_module_file "textrefsec.tcl" docwriter
-
- Class TclSection : {TextRefSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor TclSection {class this name document} {
- set this [TextRefSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method TclSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this TextRefSection::destructor
- }
-
- method TclSection::promoter {this} {
- $this uiType Tcl
- }
-
- # Do not delete this line -- regeneration end marker
-
-