home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
INCLUDE
/
SETCARET.CH
< prev
next >
Wrap
Text File
|
1993-01-22
|
378b
|
17 lines
/*
File: SETCARET.CH
Purpose: Manifest constants for use with SetCaret()
Author: Greg Lief
*/
#ifndef C4W_SETCARET_CH
#define C4W_SETCARET_CH
#define SC_NORMAL 1
#define SC_LOWER_BLOCK 2
#define SC_FULL_BLOCK 3
#define SC_UPPER_BLOCK 4
#define SC_VERTICAL_LINE 5
#endif // C4W_SETCARET_CH