home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
mtmplsecti.tcl
< prev
next >
Wrap
Text File
|
1997-01-21
|
1KB
|
41 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)mtmplsecti.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)mtmplsecti.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 MtmplSection : {TextRefSection} {
constructor
method destructor
method promoter
}
constructor MtmplSection {class this name document} {
set this [TextRefSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method MtmplSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this TextRefSection::destructor
}
method MtmplSection::promoter {this} {
$this uiType "MakeFile template"
}
# Do not delete this line -- regeneration end marker