X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da32eb53cbe7947f3f4599d7b6b5caa21a68d27f..5b29df3fee8df15257347a9df63a390128374b03:/wxPython/src/html.i diff --git a/wxPython/src/html.i b/wxPython/src/html.i index b3c3a0c6ed..535ff6aeee 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -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);