]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
added wxCheckListBox::HitTest() (modified patch 594524)
[wxWidgets.git] / include / wx / generic / statusbr.h
index 7a3b8a4820f14b125c0e87bbe53e7cf8196b6db9..b0d27f3ca901e49b2a0ec05aadc6cf82bce94f49 100644 (file)
@@ -55,7 +55,7 @@ public:
   }
 
   bool Create(wxWindow *parent, wxWindowID id,
-              long style = 0,
+              long style,
               const wxString& name = wxPanelNameStr);
 
   // Create status line
@@ -96,7 +96,7 @@ public:
   void OnSysColourChanged(wxSysColourChangedEvent& event);
 
 protected:
-  wxString *        m_statusStrings;
+  wxArrayString     m_statusStrings;
   int               m_borderX;
   int               m_borderY;
   wxFont            m_defaultStatusBarFont;
@@ -110,3 +110,5 @@ private:
 
 #endif
     // _WX_GENERIC_STATUSBR_H_
+
+// vi:sts=4:sw=4:et