X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba804ab2d429c03bf5b20989d207d2b1ebe049f4..ca77701441e39245dcbfce903049e76f166979e5:/include/wx/html/htmldefs.h?ds=sidebyside diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 469f707286..ec7348f85a 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: htmldefs.h +// Name: wx/html/htmldefs.h // Purpose: constants for wxhtml library // Author: Vaclav Slavik // RCS-ID: $Id$ @@ -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 @@ -95,9 +96,6 @@ /* size of temporary buffer used during parsing */ #define wxHTML_BUFLEN 1024 - /* maximum number of pages printable via html printing */ -#define wxHTML_PRINT_MAX_PAGES 999 - #endif // wxUSE_HTML #endif // _WX_HTMLDEFS_H_