Corrected memory.cpp checkpoint bug; added Tex2RTF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
30
utils/tex2rtf/src/wxhlpblk.h
Normal file
30
utils/tex2rtf/src/wxhlpblk.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* File: wxhlpblk.h
|
||||
* Purpose: Text blocks used in wxHelp
|
||||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
/* sccsid[] = "%W% %G%" */
|
||||
|
||||
#ifndef wxhlpblkh
|
||||
#define wxhlpblkh
|
||||
|
||||
#define hyBLOCK_NORMAL 1
|
||||
#define hyBLOCK_RED 2
|
||||
#define hyBLOCK_BLUE 3
|
||||
#define hyBLOCK_GREEN 4
|
||||
#define hyBLOCK_LARGE_HEADING 5
|
||||
#define hyBLOCK_SMALL_HEADING 6
|
||||
#define hyBLOCK_ITALIC 7
|
||||
#define hyBLOCK_BOLD 8
|
||||
#define hyBLOCK_INVISIBLE_SECTION 9
|
||||
#define hyBLOCK_LARGE_VISIBLE_SECTION 10
|
||||
#define hyBLOCK_SMALL_VISIBLE_SECTION 11
|
||||
#define hyBLOCK_SMALL_TEXT 12
|
||||
#define hyBLOCK_RED_ITALIC 13
|
||||
#define hyBLOCK_TELETYPE 14
|
||||
|
||||
#endif // wxhlpblkh
|
Reference in New Issue
Block a user