]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
generic implementation of wxHeaderCtrl API so far
[wxWidgets.git] / include / wx / generic / statusbr.h
index 4cdae345f7c762c73ff798b591ba1f8819d15a0c..2f58f2b93e11a394b251589832a42cde88c5509e 100644 (file)
@@ -19,7 +19,7 @@
 #include "wx/pen.h"
 #include "wx/arrstr.h"
 
-class WXDLLEXPORT wxStatusBarGeneric : public wxStatusBarBase
+class WXDLLIMPEXP_CORE wxStatusBarGeneric : public wxStatusBarBase
 {
 public:
     wxStatusBarGeneric() { Init(); }
@@ -78,6 +78,11 @@ public:
     // Responds to colour changes
     void OnSysColourChanged(wxSysColourChangedEvent& event);
 
+    // true if the status bar shows the size grip: for this it must have
+    // wxST_SIZEGRIP style and the window it is attached to must be resizeable
+    // and not maximized
+    bool ShowsSizeGrip() const;
+
 protected:
     // common part of all ctors
     void Init();