X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b45dfd0a8bfb8ad1199f8a6c28f473aaa86004b5..8ea92b4d7792987769774ac381685dae15c70454:/include/wx/html/htmprint.h?ds=sidebyside diff --git a/include/wx/html/htmprint.h b/include/wx/html/htmprint.h index 5b6ab89c87..df90a47dce 100644 --- a/include/wx/html/htmprint.h +++ b/include/wx/html/htmprint.h @@ -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