X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b9048c56f0aa04b2adbb7813f9698abdda15184..962162620ff8b78f4d25c7f4ccec88ce071dfb2b:/wxPython/src/_statusbar.i?ds=sidebyside 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();