]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
don't attempt to convert 8bit values to Unicode in ANSI build
[wxWidgets.git] / include / wx / statusbr.h
index 8fb907d6253dff46338ed2c50e1d583afdf4a80a..8d7594ac78473e282ba1d018f963aecbb339ce63 100644 (file)
 #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);
 
 // ----------------------------------------------------------------------------
@@ -94,6 +97,8 @@ public:
     // 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();