]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Add __docfilter__ to modules so epydoc doesn't generate docs for all
[wxWidgets.git] / wxPython / src / html.i
index b3c3a0c6ed87cad56ff8865181e351aed22b43af..535ff6aeee4d04ab111394c785e84af42acf8d05 100644 (file)
@@ -30,6 +30,7 @@
 
 %import windows.i
 %pythoncode { wx = core }
+%pythoncode { __docfilter__ = wx.__docfilter__ }
 
 %include _html_rename.i
 
@@ -487,6 +488,11 @@ public:
     int GetWidth();
     int GetHeight();
     int GetDescent();
+
+    // Returns the maximum possible length of the cell.
+    // Call Layout at least once before using GetMaxTotalWidth()
+    int GetMaxTotalWidth() const;
+   
     const wxString& GetId() const;
     void SetId(const wxString& id);
     wxHtmlLinkInfo* GetLink(int x = 0, int y = 0);