X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8bc03c33262c4be312f5f1f2bf74a3f20e691dd..438e3558adf77a68f56b6e4d30b359f8361facac:/utils/wxPython/modules/html/html.py diff --git a/utils/wxPython/modules/html/html.py b/utils/wxPython/modules/html/html.py index 82ef9b9a2f..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): @@ -425,9 +417,6 @@ class wxHtmlContainerCellPtr(wxHtmlCellPtr): def SetMinHeight(self, *_args, **_kwargs): val = apply(htmlc.wxHtmlContainerCell_SetMinHeight,(self,) + _args, _kwargs) return val - def GetMaxLineWidth(self, *_args, **_kwargs): - val = apply(htmlc.wxHtmlContainerCell_GetMaxLineWidth,(self,) + _args, _kwargs) - return val def SetBackgroundColour(self, *_args, **_kwargs): val = apply(htmlc.wxHtmlContainerCell_SetBackgroundColour,(self,) + _args, _kwargs) return val