X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fa99f045e39341d64b4ecffbaab6385d9982cee..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/aui/tabart.h?ds=sidebyside diff --git a/include/wx/aui/tabart.h b/include/wx/aui/tabart.h index 12621771a6..3de076c9e3 100644 --- a/include/wx/aui/tabart.h +++ b/include/wx/aui/tabart.h @@ -4,7 +4,6 @@ // Author: Benjamin I. Williams // Modified by: Jens Lody (extracted from wx/aui/auibook.h) // Created: 2012-03-21 -// RCS-ID: $Id$ // Copyright: (C) Copyright 2006, Kirix Corporation, All Rights Reserved. // Licence: wxWindows Library Licence, Version 3.1 /////////////////////////////////////////////////////////////////////////////// @@ -103,6 +102,9 @@ public: virtual int GetBorderWidth( wxWindow* wnd) = 0; + virtual int GetAdditionalBorderSpace( + wxWindow* wnd) = 0; + virtual int GetBestTabCtrlSize( wxWindow* wnd, const wxAuiNotebookPageArray& pages, @@ -162,6 +164,9 @@ public: int GetBorderWidth( wxWindow* wnd); + int GetAdditionalBorderSpace( + wxWindow* wnd); + wxSize GetTabSize( wxDC& dc, wxWindow* wnd, @@ -258,6 +263,9 @@ public: int GetBorderWidth( wxWindow* wnd); + int GetAdditionalBorderSpace( + wxWindow* wnd); + wxSize GetTabSize( wxDC& dc, wxWindow* wnd,