home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / tex2rtf / src / wxhlpblk.h < prev    next >
C/C++ Source or Header  |  1999-01-02  |  940b  |  31 lines

  1. /*
  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
  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
  31.