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