]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
Fixed multiline static texts
[wxWidgets.git] / wxPython / src / _toplvl.i
index fc1f7a25a58b399846cf97054d853129b3acacd1..1d2ffdd75a697d5c3b60e7a6c53abde822f14c03 100644 (file)
@@ -156,7 +156,7 @@ public:
 
     // create the main status bar by calling OnCreateStatusBar()
     virtual wxStatusBar* CreateStatusBar(int number = 1,
-                                         long style = wxST_SIZEGRIP,
+                                         long style = wxDEFAULT_STATUSBAR_STYLE,
                                          wxWindowID winid = 0,
                                          const wxString& name = wxPyStatusLineNameStr);
 // TODO: with directors?