]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
Last part from weak ref patch for event sink disconnection
[wxWidgets.git] / include / wx / generic / statusbr.h
index 4cdae345f7c762c73ff798b591ba1f8819d15a0c..d2b134391815a9f370f1ed2ecb8b92252a32a637 100644 (file)
@@ -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();