#include "wx/list.h"
#include "wx/dynarray.h"
+extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxStatusBarNameStr[];
+
WX_DECLARE_LIST(wxString, wxListString);
// ----------------------------------------------------------------------------
// don't want status bars to accept the focus at all
virtual bool AcceptsFocus() const { return false; }
+ virtual bool CanBeOutsideClientArea() const { return true; }
+
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
// set the widths array to NULL
void InitWidths();