home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / propifdefs.tcl < prev    next >
Text File  |  1996-05-29  |  838b  |  23 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cadre Technologies Inc.    1996
  4. #
  5. #      File:           @(#)propifdefs.tcl    1.1
  6. #      Author:         anonymous
  7. #      Description:    Some global arrays used in determining the default
  8. #                      value for a property dependent on the interface class
  9. #                      used to show or edit it.
  10. #---------------------------------------------------------------------------
  11. # SccsId = @(#)propifdefs.tcl    1.1   22 Mar 1996 Copyright 1996 Cadre Technologies Inc.
  12.  
  13. global hasEntrySet defIndex
  14.  
  15. set hasEntrySet(ComboBox)    true
  16. set hasEntrySet(DropDwnComboBox) true
  17. set hasEntrySet(OptionMenu)    true
  18.  
  19. set defIndex(CheckButton)    0
  20. set defIndex(ComboBox)        0
  21. set defIndex(DropDwnComboBox)    0
  22. set defIndex(OptionMenu)    0
  23.