X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3bf7524f394af039efe196a186f7969cbabcc19..ca77701441e39245dcbfce903049e76f166979e5:/include/wx/html/htmldefs.h diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 04697b31f3..ec7348f85a 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: htmldefs.h +// Name: wx/html/htmldefs.h // Purpose: constants for wxhtml library // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -36,8 +36,9 @@ // Used by wxHtmlColourCell to determine clr of what is changing //-------------------------------------------------------------------------------- -#define wxHTML_CLR_FOREGROUND 0x0001 -#define wxHTML_CLR_BACKGROUND 0x0002 +#define wxHTML_CLR_FOREGROUND 0x0001 +#define wxHTML_CLR_BACKGROUND 0x0002 +#define wxHTML_CLR_TRANSPARENT_BACKGROUND 0x0004 @@ -61,9 +62,9 @@ #define wxHTML_INDENT_TOP 0x0040 #define wxHTML_INDENT_BOTTOM 0x0080 -#define wxHTML_INDENT_HORIZONTAL wxHTML_INDENT_LEFT | wxHTML_INDENT_RIGHT -#define wxHTML_INDENT_VERTICAL wxHTML_INDENT_TOP | wxHTML_INDENT_BOTTOM -#define wxHTML_INDENT_ALL wxHTML_INDENT_VERTICAL | wxHTML_INDENT_HORIZONTAL +#define wxHTML_INDENT_HORIZONTAL (wxHTML_INDENT_LEFT | wxHTML_INDENT_RIGHT) +#define wxHTML_INDENT_VERTICAL (wxHTML_INDENT_TOP | wxHTML_INDENT_BOTTOM) +#define wxHTML_INDENT_ALL (wxHTML_INDENT_VERTICAL | wxHTML_INDENT_HORIZONTAL) @@ -75,11 +76,11 @@ #define wxHTML_COND_ISANCHOR 1 // Finds the anchor of 'param' name (pointer to wxString). - + #define wxHTML_COND_ISIMAGEMAP 2 // Finds imagemap of 'param' name (pointer to wxString). // (used exclusively by m_image.cpp) - + #define wxHTML_COND_USER 10000 // User-defined conditions should start from this number @@ -89,42 +90,13 @@ // wxHTML internal constants //-------------------------------------------------------------------------------- -#define wxHTML_SCROLL_STEP 16 /* size of one scroll step of wxHtmlWindow in pixels */ -#define wxHTML_BUFLEN 1024 +#define wxHTML_SCROLL_STEP 16 + /* size of temporary buffer used during parsing */ -#define wxHTML_REALLOC_STEP 32 - /* steps of array reallocation */ -#define wxHTML_PRINT_MAX_PAGES 999 - /* maximum number of pages printable via html printing */ - - - /* default font sizes */ -#ifdef __WXMSW__ - #define wxHTML_FONT_SIZE_1 7 - #define wxHTML_FONT_SIZE_2 8 - #define wxHTML_FONT_SIZE_3 10 - #define wxHTML_FONT_SIZE_4 12 - #define wxHTML_FONT_SIZE_5 16 - #define wxHTML_FONT_SIZE_6 22 - #define wxHTML_FONT_SIZE_7 30 -#elif defined(__WXMAC__) - #define wxHTML_FONT_SIZE_1 9 - #define wxHTML_FONT_SIZE_2 12 - #define wxHTML_FONT_SIZE_3 14 - #define wxHTML_FONT_SIZE_4 18 - #define wxHTML_FONT_SIZE_5 24 - #define wxHTML_FONT_SIZE_6 30 - #define wxHTML_FONT_SIZE_7 36 -#else - #define wxHTML_FONT_SIZE_1 10 - #define wxHTML_FONT_SIZE_2 12 - #define wxHTML_FONT_SIZE_3 14 - #define wxHTML_FONT_SIZE_4 16 - #define wxHTML_FONT_SIZE_5 19 - #define wxHTML_FONT_SIZE_6 24 - #define wxHTML_FONT_SIZE_7 32 -#endif - -#endif -#endif +#define wxHTML_BUFLEN 1024 + +#endif // wxUSE_HTML + +#endif // _WX_HTMLDEFS_H_ +