]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_statctrls.i
Add GetMaxTotalWidth
[wxWidgets.git] / wxPython / src / _statctrls.i
index 63dc0fe569babb9c6568857dcadd84df617975a1..853e4373383085d0960818b7dcdfdb23ff2b3c2c 100644 (file)
@@ -101,8 +101,8 @@ public:
 
 class wxStaticBitmap : public wxControl {
 public:
-    %pythonAppend wxStaticText         "self._setOORInfo(self)"
-    %pythonAppend wxStaticText()       ""
+    %pythonAppend wxStaticBitmap         "self._setOORInfo(self)"
+    %pythonAppend wxStaticBitmap()       ""
 
     wxStaticBitmap(wxWindow* parent, wxWindowID id,
                    const wxBitmap& bitmap,