X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..c8431295224c1efb2f2cd22df468a9f1950a2e16:/wxPython/src/html.i 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();