reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user