]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_statctrls.i
Removed some old, outdated, unfinished, or unstarted docs and the
[wxWidgets.git] / wxPython / src / _statctrls.i
index 63dc0fe569babb9c6568857dcadd84df617975a1..6ada254ec40fcdcf31d5179218009f3bbec8e0bd 100644 (file)
@@ -69,7 +69,7 @@ public:
     bool IsVertical() const;
 
     // get the default size for the "lesser" dimension of the static line
     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:
 
 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,
 
     wxStaticBitmap(wxWindow* parent, wxWindowID id,
                    const wxBitmap& bitmap,