]>
Commit | Line | Data |
---|---|---|
9a29912f | 1 | /* |
4fe30bce WS |
2 | * File: wxhlpblk.h |
3 | * Purpose: Text blocks used in wxHelp | |
4 | * Author: Julian Smart | |
5 | * Created: 1993 | |
6 | * Updated: | |
7 | * Copyright: (c) 1993, AIAI, University of Edinburgh | |
9a29912f JS |
8 | */ |
9 | ||
10 | /* sccsid[] = "%W% %G%" */ | |
11 | ||
12 | #ifndef wxhlpblkh | |
13 | #define wxhlpblkh | |
14 | ||
15 | #define hyBLOCK_NORMAL 1 | |
16 | #define hyBLOCK_RED 2 | |
17 | #define hyBLOCK_BLUE 3 | |
18 | #define hyBLOCK_GREEN 4 | |
19 | #define hyBLOCK_LARGE_HEADING 5 | |
20 | #define hyBLOCK_SMALL_HEADING 6 | |
21 | #define hyBLOCK_ITALIC 7 | |
22 | #define hyBLOCK_BOLD 8 | |
23 | #define hyBLOCK_INVISIBLE_SECTION 9 | |
24 | #define hyBLOCK_LARGE_VISIBLE_SECTION 10 | |
25 | #define hyBLOCK_SMALL_VISIBLE_SECTION 11 | |
26 | #define hyBLOCK_SMALL_TEXT 12 | |
27 | #define hyBLOCK_RED_ITALIC 13 | |
28 | #define hyBLOCK_TELETYPE 14 | |
29 | ||
30 | #endif // wxhlpblkh |