home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
wd97diagra.tcl
< prev
next >
Wrap
Text File
|
1997-07-18
|
2KB
|
62 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)wd97diagra.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)wd97diagra.tcl /main/titanic/1 18 Jul 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require_module_file "diagramsec.tcl" docwriter
Class Wd97DiagramSection : {DiagramSection} {
constructor
method destructor
method promoter
method docType
method updateDocDir
method print
}
constructor Wd97DiagramSection {class this name document} {
set this [DiagramSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method Wd97DiagramSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this DiagramSection::destructor
}
method Wd97DiagramSection::promoter {this} {
$this operationClass import
$this extension emf
$this DiagramSection::promoter
}
method Wd97DiagramSection::docType {this} {
return Emf
}
method Wd97DiagramSection::updateDocDir {this} {
if {![$this DiagramSection::updateDocDir]} {
return 0
}
return 1
}
method Wd97DiagramSection::print {this} {
puts "Printing not implemented: use print from inside Word"
}
# Do not delete this line -- regeneration end marker