X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa2a5b8696bf412f2cc1c49b316f4bca2c3c367c..c7b3563e24f18ee5541002f87017b49ebd22ff91:/wxPython/src/gtk/controls.py diff --git a/wxPython/src/gtk/controls.py b/wxPython/src/gtk/controls.py index 34891bc084..0b2fa50326 100644 --- a/wxPython/src/gtk/controls.py +++ b/wxPython/src/gtk/controls.py @@ -58,12 +58,6 @@ class wxButtonPtr(wxControlPtr): def SetForegroundColour(self, *_args, **_kwargs): val = apply(controlsc.wxButton_SetForegroundColour,(self,) + _args, _kwargs) return val - def SetImageLabel(self, *_args, **_kwargs): - val = apply(controlsc.wxButton_SetImageLabel,(self,) + _args, _kwargs) - return val - def SetImageMargins(self, *_args, **_kwargs): - val = apply(controlsc.wxButton_SetImageMargins,(self,) + _args, _kwargs) - return val def __repr__(self): return "" % (self.this,) class wxButton(wxButtonPtr):