From: Robin Dunn Date: Sat, 20 Dec 2003 19:53:24 +0000 (+0000) Subject: Added wxHtmlCell::[S|G]etId X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2678dd26fb389e3a37bf96631f266d88d6d1e20f Added wxHtmlCell::[S|G]etId git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 9b1efac4c7..7449fdff7a 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -487,6 +487,8 @@ public: int GetWidth(); int GetHeight(); int GetDescent(); + const wxString& GetId() const; + void SetId(const wxString& id); wxHtmlLinkInfo* GetLink(int x = 0, int y = 0); wxHtmlCell* GetNext(); wxHtmlContainerCell* GetParent();