home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
epsisectio.tcl
< prev
next >
Wrap
Text File
|
1997-01-02
|
1KB
|
53 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)epsisectio.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)epsisectio.tcl /main/titanic/1 2 Jan 1997 Copyright 1996 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require_module_file "pssection.tcl" docwriter
Class EpsiSection : {PsSection} {
constructor
method destructor
method promoter
method preview
}
constructor EpsiSection {class this name document} {
set this [PsSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method EpsiSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this PsSection::destructor
}
method EpsiSection::promoter {this} {
$this PsSection::promoter
$this uiType EPSI
}
method EpsiSection::preview {this} {
set cmd [list \
"previewer EpsiSection" \
[$this docLocation] \
[$this uiName] \
]
$this execute "$cmd" m4
}
# Do not delete this line -- regeneration end marker