From 1eb46d68b8a6143deaffdfa19fdd3261f9986090 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 24 Feb 2014 20:54:49 +0000 Subject: [PATCH] Mention that wxAuiNotebook uses native theme under wxGTK. Closes #16021. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/aui/auibook.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h index efd0f465d9..fff4c9cd5b 100644 --- a/interface/wx/aui/auibook.h +++ b/interface/wx/aui/auibook.h @@ -20,9 +20,9 @@ splitter configurations, and toggle through different themes to customize the control's look and feel. - The default theme that is used is wxAuiDefaultTabArt, which provides a modern, - glossy look and feel. - The theme can be changed by calling wxAuiNotebook::SetArtProvider. + The appearance of this class is configurable and can be changed by calling + wxAuiNotebook::SetArtProvider(). By default, native art provider is used if + available (currently only in wxGTK) and wxAuiGenericTabArt otherwise. @beginStyleTable @style{wxAUI_NB_DEFAULT_STYLE}