From 2678dd26fb389e3a37bf96631f266d88d6d1e20f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 20 Dec 2003 19:53:24 +0000 Subject: [PATCH] Added wxHtmlCell::[S|G]etId git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/html.i | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.50.0