home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
cbpropname.tcl
< prev
next >
Wrap
Text File
|
1997-11-25
|
1KB
|
34 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1994
#
# File: @(#)cbpropname.tcl /main/titanic/2
# Author: voyager
# Description: Definition of some global "constants" used in
# classbrowser tcl code.
#---------------------------------------------------------------------------
# SccsId = @(#)cbpropname.tcl /main/titanic/2 25 Nov 1997 Copyright 1994 Westmount Technology
# Component property names
#
global COMP_ABSTRACT
set COMP_ABSTRACT "is_abstract"
global COMP_CLASS_ATTR
set COMP_CLASS_ATTR "is_class_feature"
global COMP_DERIVED_ATTR
set COMP_DERIVED_ATTR "is_derived"
global COMP_END_MULT_KIND
set COMP_END_MULT_KIND "mult_kind_end"
global COMP_HAS_PARAMLIST
set COMP_HAS_PARAMLIST "has_parmlist"
global COMP_INITIAL_VALUE
set COMP_INITIAL_VALUE "initial_value"
global COMP_KEY
set COMP_KEY "key"
global COMP_START_MULT_KIND
set COMP_START_MULT_KIND "mult_kind_start"
global COMP_METHOD_ACCESS
set COMP_METHOD_ACCESS "method_access"