X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b9048c56f0aa04b2adbb7813f9698abdda15184..5020e71e3def44f53aed389b5a09d4ec3cd1155d:/wxPython/src/_statctrls.i diff --git a/wxPython/src/_statctrls.i b/wxPython/src/_statctrls.i index 63dc0fe569..6ada254ec4 100644 --- a/wxPython/src/_statctrls.i +++ b/wxPython/src/_statctrls.i @@ -69,7 +69,7 @@ public: bool IsVertical() const; // get the default size for the "lesser" dimension of the static line - static int GetDefaultSize() { return 2; } + static int GetDefaultSize(); }; @@ -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,