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 >
Text File  |  1997-11-25  |  1KB  |  34 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Westmount Technology    1994
  4. #
  5. #      File:           @(#)cbpropname.tcl    /main/titanic/2
  6. #      Author:         voyager
  7. #      Description:    Definition of some global "constants" used in
  8. #                      classbrowser tcl code.    
  9. #---------------------------------------------------------------------------
  10. # SccsId = @(#)cbpropname.tcl    /main/titanic/2   25 Nov 1997 Copyright 1994 Westmount Technology
  11.  
  12. # Component property names
  13. #
  14. global COMP_ABSTRACT
  15. set COMP_ABSTRACT "is_abstract"
  16. global COMP_CLASS_ATTR
  17. set COMP_CLASS_ATTR "is_class_feature"
  18. global COMP_DERIVED_ATTR
  19. set COMP_DERIVED_ATTR "is_derived"
  20. global COMP_END_MULT_KIND
  21. set COMP_END_MULT_KIND "mult_kind_end"
  22. global COMP_HAS_PARAMLIST
  23. set COMP_HAS_PARAMLIST "has_parmlist"
  24. global COMP_INITIAL_VALUE
  25. set COMP_INITIAL_VALUE "initial_value"
  26. global COMP_KEY
  27. set COMP_KEY "key"
  28. global COMP_START_MULT_KIND
  29. set COMP_START_MULT_KIND "mult_kind_start"
  30.  
  31. global COMP_METHOD_ACCESS
  32. set COMP_METHOD_ACCESS "method_access"
  33.  
  34.