X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b11752c4f9e1fd4b11ba3d184246267facb3ad3..9fc221aa81a8693f342376f8b65abcb4a97e7875:/include/wx/aui/auibook.h?ds=sidebyside diff --git a/include/wx/aui/auibook.h b/include/wx/aui/auibook.h index fd4d0d055f..5fa37345d2 100644 --- a/include/wx/aui/auibook.h +++ b/include/wx/aui/auibook.h @@ -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();