#ifndef _WX_STATUSBR_H_BASE_
#define _WX_STATUSBR_H_BASE_
-#include "wx/window.h"
+#include "wx/defs.h"
#if wxUSE_STATUSBAR
+#include "wx/window.h"
#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:
// set the widths array to NULL
void InitWidths();