From 994b9b1486bbb6d38bdcc933294e395bbcf92ad7 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 23 Feb 2016 11:29:52 +0100 Subject: [PATCH] Update AUI docs on native art providers. Include information about native toolbar and tab art in wxMSW. --- interface/wx/aui/auibar.h | 4 ++++ interface/wx/aui/auibook.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/interface/wx/aui/auibar.h b/interface/wx/aui/auibar.h index e65fa1c216..8cdc0a62c3 100644 --- a/interface/wx/aui/auibar.h +++ b/interface/wx/aui/auibar.h @@ -574,6 +574,10 @@ public: wxAuiToolBar is a dockable toolbar, part of the wxAUI class framework. See also @ref overview_aui. + The appearance of this class is configurable and can be changed by calling + wxAuiToolBar::SetArtProvider(). By default, native art provider is used if + available (currently only in wxMSW) and wxAuiGenericToolBarArt otherwise. + @beginStyleTable @style{wxAUI_TB_TEXT} @style{wxAUI_TB_NO_TOOLTIPS} diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h index 6dd58a7c64..59eed12556 100644 --- a/interface/wx/aui/auibook.h +++ b/interface/wx/aui/auibook.h @@ -22,7 +22,7 @@ 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. + available (currently only in wxGTK and wxMSW) and wxAuiGenericTabArt otherwise. @beginStyleTable @style{wxAUI_NB_DEFAULT_STYLE}