]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Added SetFocus and SetFocusIgnoringChildren to wx.Panel
[wxWidgets.git] / wxPython / src / html.i
index a2e91e9bd119239a7ddcf5daa9e6a67d2f77d26c..8450f856f3754c05f5dc14ddce7112a9b2ac0858 100644 (file)
@@ -972,7 +972,7 @@ public:
                           const wxString& normal_face = wxPyEmptyString,
                           const wxString& fixed_face = wxPyEmptyString);
     
-    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
                int* choices=NULL, int LCOUNT = 0
                );