]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys
[wxWidgets.git] / include / wx / statusbr.h
index cb07ac1fd12cc325432f8b48b63c179277242230..8d7594ac78473e282ba1d018f963aecbb339ce63 100644 (file)
@@ -20,6 +20,8 @@
 #include "wx/list.h"
 #include "wx/dynarray.h"
 
+extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxStatusBarNameStr[];
+
 WX_DECLARE_LIST(wxString, wxListString);
 
 // ----------------------------------------------------------------------------
@@ -95,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();