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}