]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
added wxDataViewIndexListModel and sample
[wxWidgets.git] / include / wx / statusbr.h
index 3c892013ad1b96bd04f1c3496d2962b9e1fdeeff..8d7594ac78473e282ba1d018f963aecbb339ce63 100644 (file)
@@ -97,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();