home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
reptoolwmt.tcl
< prev
next >
Wrap
Text File
|
1997-11-25
|
889b
|
32 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)reptoolwmt.tcl /main/titanic/5
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)reptoolwmt.tcl /main/titanic/5 25 Nov 1997 Copyright 1996 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
Class RepToolWmtArea : {WmtArea} {
method destructor
constructor
}
method RepToolWmtArea::destructor {this} {
# Start destructor user section
# End destructor user section
}
constructor RepToolWmtArea {class this name context} {
set this [WmtArea::constructor $class $this $name]
return $this
}
# Do not delete this line -- regeneration end marker