home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
wordcadsec.tcl
< prev
next >
Wrap
Text File
|
1997-02-20
|
1KB
|
42 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)wordcadsec.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)wordcadsec.tcl /main/titanic/2 20 Feb 1997 Copyright 1996 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require_module_file "worddiagra.tcl" word
Class WordCadSection : {WordDiagramSection} {
constructor
method destructor
method promoter
}
constructor WordCadSection {class this name document} {
set this [WordDiagramSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method WordCadSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this WordDiagramSection::destructor
}
method WordCadSection::promoter {this} {
$this WordDiagramSection::promoter
$this uiType CAD
}
# Do not delete this line -- regeneration end marker