]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_statusbar.i
Use default window IDs
[wxWidgets.git] / wxPython / src / _statusbar.i
index 6888f583bde23ee23095407f1306746358cb4bdc..ba4a4b92c0627e0bb9ad7d0c912fe18d3530b22a 100644 (file)
@@ -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();