#ifndef _WX_GENERIC_STATUSBR_H_
#define _WX_GENERIC_STATUSBR_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "statusbr.h"
#endif
}
bool Create(wxWindow *parent, wxWindowID id,
- long style = 0,
+ long style,
const wxString& name = wxPanelNameStr);
// Create status line
void OnSysColourChanged(wxSysColourChangedEvent& event);
protected:
- wxString * m_statusStrings;
+ wxArrayString m_statusStrings;
int m_borderX;
int m_borderY;
wxFont m_defaultStatusBarFont;
#endif
// _WX_GENERIC_STATUSBR_H_
+
+// vi:sts=4:sw=4:et