Update AUI docs on native art providers.
Include information about native toolbar and tab art in wxMSW.
This commit is contained in:
@@ -574,6 +574,10 @@ public:
|
|||||||
wxAuiToolBar is a dockable toolbar, part of the wxAUI class framework.
|
wxAuiToolBar is a dockable toolbar, part of the wxAUI class framework.
|
||||||
See also @ref overview_aui.
|
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
|
@beginStyleTable
|
||||||
@style{wxAUI_TB_TEXT}
|
@style{wxAUI_TB_TEXT}
|
||||||
@style{wxAUI_TB_NO_TOOLTIPS}
|
@style{wxAUI_TB_NO_TOOLTIPS}
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
The appearance of this class is configurable and can be changed by calling
|
The appearance of this class is configurable and can be changed by calling
|
||||||
wxAuiNotebook::SetArtProvider(). By default, native art provider is used if
|
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
|
@beginStyleTable
|
||||||
@style{wxAUI_NB_DEFAULT_STYLE}
|
@style{wxAUI_NB_DEFAULT_STYLE}
|
||||||
|
Reference in New Issue
Block a user