bool IsVertical() const;
// get the default size for the "lesser" dimension of the static line
- static int GetDefaultSize() { return 2; }
+ static int GetDefaultSize();
};
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,