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 >
Wrap
Text File
|
1996-05-29
|
838b
|
23 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)propifdefs.tcl 1.1
# Author: anonymous
# Description: Some global arrays used in determining the default
# value for a property dependent on the interface class
# used to show or edit it.
#---------------------------------------------------------------------------
# SccsId = @(#)propifdefs.tcl 1.1 22 Mar 1996 Copyright 1996 Cadre Technologies Inc.
global hasEntrySet defIndex
set hasEntrySet(ComboBox) true
set hasEntrySet(DropDwnComboBox) true
set hasEntrySet(OptionMenu) true
set defIndex(CheckButton) 0
set defIndex(ComboBox) 0
set defIndex(DropDwnComboBox) 0
set defIndex(OptionMenu) 0