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();