X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b9048c56f0aa04b2adbb7813f9698abdda15184..8179a16812e66ff0ac32bb09803e95756350c76c:/wxPython/src/_statusbar.i diff --git a/wxPython/src/_statusbar.i b/wxPython/src/_statusbar.i index 6888f583bd..ba4a4b92c0 100644 --- a/wxPython/src/_statusbar.i +++ b/wxPython/src/_statusbar.i @@ -22,6 +22,7 @@ %newgroup; + // wxStatusBar: a window near the bottom of the frame used for status info class wxStatusBar : public wxWindow { @@ -30,7 +31,7 @@ public: %pythonAppend wxStatusBar() "" wxStatusBar(wxWindow* parent, wxWindowID id = -1, - long style = wxST_SIZEGRIP, + long style = wxDEFAULT_STATUSBAR_STYLE, const wxString& name = wxPyStatusLineNameStr); %name(PreStatusBar)wxStatusBar();