home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Installer 5.00 - Please Dont Remove it From My Bag
/
060126_0945.iso
/
CLIPPER
/
CLIPPER.EXE
/
CLIPPER5
/
INCLUDE
/
COLOR.CH
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-04
|
389 b
|
20 lines
/***
*
* Color.ch
*
* Color indices for COLORSELECT() function
*
* Copyright (c) 1992-1993, Computer Associates International, Inc.
* All rights reserved.
*
*/
#define CLR_STANDARD 0
#define CLR_ENHANCED 1
#define CLR_BORDER 2
#define CLR_BACKGROUND 3 // Unsupported
#define CLR_UNSELECTED 4
#define _COLOR_CH