From 0d267606ff0b2acebe59ef6aeab98b01ee67eb6b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 25 Mar 2004 00:46:55 +0000 Subject: [PATCH] Add GetMaxTotalWidth git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/html.i | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wxPython/src/html.i b/wxPython/src/html.i index b3c3a0c6ed..5a8992e0ea 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -487,6 +487,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); -- 2.47.2