X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..113e0a926f3bc7994ca911d238da35c9be798232:/interface/wx/aui/auibook.h?ds=sidebyside diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h index 0d0eb54140..b96cf4eb5b 100644 --- a/interface/wx/aui/auibook.h +++ b/interface/wx/aui/auibook.h @@ -3,7 +3,7 @@ // Purpose: interface of wxAuiNotebook // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -55,7 +55,7 @@ @endStyleTable - @beginEventTable{wxAuiNotebookEvent} + @beginEventEmissionTable{wxAuiNotebookEvent} @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)} Provide description. @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)} @@ -340,6 +340,20 @@ public: */ virtual void SetSelectedFont(const wxFont& font) = 0; + /** + Sets the colour of the inactive tabs. + + @since 2.9.2 + */ + virtual void SetColour(const wxColour& colour) = 0; + + /** + Sets the colour of the selected tab. + + @since 2.9.2 + */ + virtual void SetActiveColour(const wxColour& colour) = 0; + /** Sets sizing information. */