]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/html.py
reSWIGged
[wxWidgets.git] / wxPython / src / msw / html.py
index 2792f045397ee1f4e6be908fb336bdfd8a4430a2..603ae204c2aa0eddd6830ff82e17165afd0b99d1 100644 (file)
@@ -636,6 +636,14 @@ class HtmlCell(core.Object):
         """GetDescent() -> int"""
         return _html.HtmlCell_GetDescent(*args, **kwargs)
 
+    def GetId(*args, **kwargs):
+        """GetId() -> String"""
+        return _html.HtmlCell_GetId(*args, **kwargs)
+
+    def SetId(*args, **kwargs):
+        """SetId(String id)"""
+        return _html.HtmlCell_SetId(*args, **kwargs)
+
     def GetLink(*args, **kwargs):
         """GetLink(int x=0, int y=0) -> HtmlLinkInfo"""
         return _html.HtmlCell_GetLink(*args, **kwargs)