]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
Added wxView::OnClosingDocument so the application can do
[wxWidgets.git] / include / wx / generic / statusbr.h
index e66edd0e435297a08c9e97573c1bac3400eb9afa..b0d27f3ca901e49b2a0ec05aadc6cf82bce94f49 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "wx/pen.h"
 #include "wx/font.h"
+#include "wx/statusbr.h"
 
 WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
 
@@ -54,7 +55,7 @@ public:
   }
 
   bool Create(wxWindow *parent, wxWindowID id,
-              long style = 0,
+              long style,
               const wxString& name = wxPanelNameStr);
 
   // Create status line
@@ -95,7 +96,7 @@ public:
   void OnSysColourChanged(wxSysColourChangedEvent& event);
 
 protected:
-  wxString *        m_statusStrings;
+  wxArrayString     m_statusStrings;
   int               m_borderX;
   int               m_borderY;
   wxFont            m_defaultStatusBarFont;
@@ -109,3 +110,5 @@ private:
 
 #endif
     // _WX_GENERIC_STATUSBR_H_
+
+// vi:sts=4:sw=4:et