]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxHtmlCell::[S|G]etId
authorRobin Dunn <robin@alldunn.com>
Sat, 20 Dec 2003 19:53:24 +0000 (19:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 20 Dec 2003 19:53:24 +0000 (19:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/html.i

index 9b1efac4c7d4dea37d67064b6a759035661c9f93..7449fdff7a75a8d8001a8ce4e79678f068cccdf2 100644 (file)
@@ -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();