X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef489f6a73a9afd25274897424177e06ce1971d3..438e3558adf77a68f56b6e4d30b359f8361facac:/utils/wxPython/modules/html/html.py diff --git a/utils/wxPython/modules/html/html.py b/utils/wxPython/modules/html/html.py index 4231aac0cd..c02981a6d6 100644 --- a/utils/wxPython/modules/html/html.py +++ b/utils/wxPython/modules/html/html.py @@ -45,14 +45,6 @@ class wxHtmlLinkInfoPtr : def GetTarget(self, *_args, **_kwargs): val = apply(htmlc.wxHtmlLinkInfo_GetTarget,(self,) + _args, _kwargs) return val - def GetEvent(self, *_args, **_kwargs): - val = apply(htmlc.wxHtmlLinkInfo_GetEvent,(self,) + _args, _kwargs) - if val: val = wxMouseEventPtr(val) - return val - def GetHtmlCell(self, *_args, **_kwargs): - val = apply(htmlc.wxHtmlLinkInfo_GetHtmlCell,(self,) + _args, _kwargs) - if val: val = wxHtmlCellPtr(val) - return val def __repr__(self): return "" % (self.this,) class wxHtmlLinkInfo(wxHtmlLinkInfoPtr):