home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
mgdsection.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
1KB
|
43 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1994
#
# File: @(#)mgdsection.tcl 1.3
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)mgdsection.tcl 1.3 21 Sep 1995 Copyright 1994 Westmount Technology
# Start user added include file section
# End user added include file section
require "diagramsec.tcl"
Class MgdSection : {DiagramSection} {
constructor
method destructor
method promoter
}
constructor MgdSection {class this name document} {
set this [DiagramSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method MgdSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this DiagramSection::destructor
}
method MgdSection::promoter {this document} {
$this DiagramSection::promoter $document
$this uiType MGD
}
# Do not delete this line -- regeneration end marker