home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Python 1.4
/
stdwin
/
H
/
style.h
< 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
C/C++ Source or Header
|
1995-12-21
|
184 b
|
11 lines
|
[
TEXT/CWIE
]
/* STDWIN -- TEXT ATTRIBUTES. */
#define PLAIN 0x00
#define HILITE 0x01
#define INVERSE 0x02
#define ITALIC 0x04
#define BOLD 0x08
#define UNDERLINE 0x10
extern TEXTATTR wattr;