]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
Look for and remove any "-NSKey" "value" types of options from argv just like
[wxWidgets.git] / include / wx / statusbr.h
index 3c892013ad1b96bd04f1c3496d2962b9e1fdeeff..1a136a0c62fb95a028daffe3db8410bbca94e6f1 100644 (file)
@@ -97,6 +97,9 @@ public:
     // don't want status bars to accept the focus at all
     virtual bool AcceptsFocus() const { return false; }
 
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+    virtual bool CanBeOutsideClientArea() const { return true; }
+
 protected:
     // set the widths array to NULL
     void InitWidths();