]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmprint.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / html / htmprint.h
index 00b1a44ff20b00a444653236188f2a6227caa925..62b011d369cdfc387a87ee2c74feca65cccccaac 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        html/htmprint.h
 // Purpose:     interface of wxHtmlDCRenderer
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -348,6 +347,12 @@ private:
 };
 
 
+enum {
+    wxPAGE_ODD,
+    wxPAGE_EVEN,
+    wxPAGE_ALL
+};
+
 
 /**
     @class wxHtmlPrintout