]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/frame.h
correct wxSortedArrayString(wxArrayString) ctor documentation (closes #10944)
[wxWidgets.git] / interface / wx / frame.h
index 826cf2fa670c08ea4592a24ff19865519d464c45..82f283a3e87ce4fe7950058788e65e1abd648bfd 100644 (file)
@@ -222,7 +222,7 @@ public:
 
         @see SetStatusText(), OnCreateStatusBar(), GetStatusBar()
     */
-    virtual wxStatusBar* CreateStatusBar(int number = 1, long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
+    virtual wxStatusBar* CreateStatusBar(int number = 1, long style = wxSTB_DEFAULT_STYLE,
                                          wxWindowID id = 0,
                                          const wxString& name = wxStatusLineNameStr);
 
@@ -373,6 +373,9 @@ public:
     /**
         Associates a status bar with the frame.
 
+        If @a statusBar is @NULL, then the status bar, if present, is detached from
+        the frame, but @e not deleted.
+
         @see CreateStatusBar(), wxStatusBar, GetStatusBar()
     */
     virtual void SetStatusBar(wxStatusBar* statusBar);