]> 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 83643716ea6502605fc856f35e03bf262d652c52..62b011d369cdfc387a87ee2c74feca65cccccaac 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        html/htmprint.h
 // Purpose:     interface of wxHtmlDCRenderer
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -348,6 +347,12 @@ private:
 };
 
 
+enum {
+    wxPAGE_ODD,
+    wxPAGE_EVEN,
+    wxPAGE_ALL
+};
+
 
 /**
     @class wxHtmlPrintout