]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/auibook.h
Add wxUSE_ARTPROVIDER_STD build option.
[wxWidgets.git] / include / wx / aui / auibook.h
index fd4d0d055f79506b49fbb33d1defbc60ea4074f7..5fa37345d279cf008b47f13aab31419bed689bb0 100644 (file)
@@ -582,12 +582,19 @@ public:
     // we don't want focus for ourselves
     // virtual bool AcceptsFocus() const { return false; }
 
+    // Redo sizing after thawing
+    virtual void Thaw();
+
 protected:
     // choose the default border for this window
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
 
     // these can be overridden
-    virtual void UpdateTabCtrlHeight();
+
+    // update the height, return true if it was done or false if the new height
+    // calculated by CalculateTabCtrlHeight() is the same as the old one
+    virtual bool UpdateTabCtrlHeight();
+
     virtual int CalculateTabCtrlHeight();
     virtual wxSize CalculateNewSplitSize();