]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmprint.h
added wxLogBuffer which collects all log messages in a string buffer
[wxWidgets.git] / include / wx / html / htmprint.h
index c3f7b61f60e68afea331789326d4ea44a5f8c507..7c80088e5ecdb47992d77efe6ac226763d474c3f 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik
 // Created:     25/09/99
 // RCS-ID:      $Id$
-// Copyright:   (c)
+// Copyright:   (c) Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -81,7 +81,8 @@ public:
     // set the same pagebreak twice.
     //
     // CAUTION! Render() changes DC's user scale and does NOT restore it!
-    int Render(int x, int y, int from = 0, int dont_render = FALSE, int to = INT_MAX,
+    int Render(int x, int y, int from = 0, int dont_render = FALSE,
+               int maxHeight = INT_MAX,
                int *known_pagebreaks = NULL, int number_of_pages = 0);
 
     // returns total height of the html document
@@ -232,7 +233,6 @@ public:
     bool PrintText(const wxString &htmltext, const wxString& basepath = wxEmptyString);
             // Print file / html-text w/o preview
 
-    void PrinterSetup();
     void PageSetup();
             // pop up printer or page setup dialog