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}