X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64178c36026e5e31c25cf0c23384249bbc7e7439..19be42b7609c1689b846542ab0307f045686380c:/include/wx/aui/auibook.h diff --git a/include/wx/aui/auibook.h b/include/wx/aui/auibook.h index eaae78212f..5fa37345d2 100644 --- a/include/wx/aui/auibook.h +++ b/include/wx/aui/auibook.h @@ -590,7 +590,11 @@ protected: 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();