]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/gtk/controls.py
wxPython 2.1b1:
[wxWidgets.git] / utils / wxPython / src / gtk / controls.py
index 1c6ec4a5f557647fd2d9421e9b1ea2c6f3e7eef9..fcfa6056e786aabde4ad9250e093a6d00d7df342 100644 (file)
@@ -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 "<C wxStaticBitmap instance>"
 class wxStaticBitmap(wxStaticBitmapPtr):