]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Added ExpandAll and ExpandAllChildren
[wxWidgets.git] / wxPython / src / html.i
index ec90eb47d1672126ffe337b6a289f9428ff5c66d..f272833ff8fa752a877653a0dc1311b6cfa55b3d 100644 (file)
@@ -565,7 +565,8 @@ public:
                                    const wxPoint& pos,
                                    const wxMouseEvent& event);
     
-    bool AdjustPagebreak(int* INOUT);
+// TODO:     bool AdjustPagebreak(int* INOUT,
+//                                 wxArrayInt& known_pagebreaks);
     void SetCanLiveOnPagebreak(bool can);
 
     // Can the line be broken before this cell?
@@ -953,7 +954,7 @@ public:
 
     // Set HTML page and display it. !! source is HTML document itself,
     // it is NOT address/filename of HTML document. If you want to
-    // specify document location, use LoadPage() istead
+    // specify document location, use LoadPage() instead
     // Return value : False if an error occurred, True otherwise
     bool SetPage(const wxString& source);