]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/html/html.py
more backwards compatible kbd handling in wxScrolledWindow
[wxWidgets.git] / utils / wxPython / modules / html / html.py
index 86629d17cad641d20a4234570672c219af21e6ea..c02981a6d6bea0e1f5b083273d25127f6901b8d4 100644 (file)
@@ -417,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