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
This commit is contained in:
Vadim Zeitlin 2014-02-24 20:54:49 +00:00
parent b8c3d094aa
commit 1eb46d68b8

View File

@ -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}