home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
epssection.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
1KB
|
54 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1994
#
# File: @(#)epssection.tcl 1.7
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)epssection.tcl 1.7 19 Jan 1996 Copyright 1994 Westmount Technology
# Start user added include file section
# End user added include file section
require "pssection.tcl"
Class EpsSection : {PsSection} {
constructor
method destructor
method promoter
method preview
}
constructor EpsSection {class this name document} {
set this [PsSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method EpsSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this PsSection::destructor
}
method EpsSection::promoter {this document} {
$this PsSection::promoter $document
$this uiType EPS
}
method EpsSection::preview {this} {
set cmd [list \
"previewer EpsSection" \
[$this docLocation] \
[$this uiName] \
]
$this execute "$cmd" m4
}
# Do not delete this line -- regeneration end marker