Update AUI docs on native art providers.

Include information about native toolbar and tab art in wxMSW.
This commit is contained in:
Tobias Taschner 2016-02-23 11:29:52 +01:00
parent 7865157bda
commit 994b9b1486
2 changed files with 5 additions and 1 deletions

View File

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

View File

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