]>
git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/src/wxhlpblk.h
3 * Purpose: Text blocks used in wxHelp
7 * Copyright: (c) 1993, AIAI, University of Edinburgh
10 /* sccsid[] = "%W% %G%" */
15 #define hyBLOCK_NORMAL 1
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