home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
dropccdare.tcl
< prev
next >
Wrap
Text File
|
1997-07-14
|
990b
|
35 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)dropccdare.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)dropccdare.tcl /main/titanic/1 14 Jul 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require "dropedarea.tcl"
Class DropCCDArea : {CCDArea DropEdArea} {
method destructor
constructor
}
method DropCCDArea::destructor {this} {
# Start destructor user section
# End destructor user section
$this DropEdArea::destructor
}
constructor DropCCDArea {class this name} {
set this [CCDArea::constructor $class $this $name]
set this [DropEdArea::constructor $class $this $name]
return $this
}
# Do not delete this line -- regeneration end marker