home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
cblongname.tcl
< prev
next >
Wrap
Text File
|
1997-06-25
|
1KB
|
24 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)cblongname.tcl /main/titanic/1
# Author: voyager
# Description: Mapping from ComponentTypes and LabelTypes to their
# long name is not done anymore by global arrays
# containing these mappings. Instead the builtin command
# ShortLongName::longName will be used further on.
# Still present is an array indicating the
# components that can hold more than one label.
# Only those used in the PropertyBox of the class browser
# are mentioned here.
#---------------------------------------------------------------------------
# SccsId = @(#)cblongname.tcl /main/titanic/1 25 Jun 1997 Copyright 1996 Cadre Technologies Inc.
global multiLabelComp
set multiLabelComp(association) 1
set multiLabelComp(qualif_assoc) 1
set multiLabelComp(nary_assoc_conn) 1
set multiLabelComp(aggregation) 1
set multiLabelComp(qualif_aggr) 1