X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f91cd3896917fc386a1f7ede095c6cdf5fcdf7e6..8bf5d46efb26ab22575ca9bc0d0ca5d32d6b77a3:/utils/wxPython/src/gtk/controls.py diff --git a/utils/wxPython/src/gtk/controls.py b/utils/wxPython/src/gtk/controls.py index 1c6ec4a5f5..fcfa6056e7 100644 --- a/utils/wxPython/src/gtk/controls.py +++ b/utils/wxPython/src/gtk/controls.py @@ -13,9 +13,6 @@ class wxControlPtr(wxWindowPtr): def __init__(self,this): self.this = this self.thisown = 0 - def Command(self,arg0): - val = controlsc.wxControl_Command(self.this,arg0.this) - return val def GetLabel(self): val = controlsc.wxControl_GetLabel(self.this) return val @@ -685,6 +682,9 @@ class wxStaticBitmapPtr(wxControlPtr): def SetBitmap(self,arg0): val = controlsc.wxStaticBitmap_SetBitmap(self.this,arg0.this) return val + def SetIcon(self,arg0): + val = controlsc.wxStaticBitmap_SetIcon(self.this,arg0.this) + return val def __repr__(self): return "" class wxStaticBitmap(wxStaticBitmapPtr):