X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4758baf5eb87bd1f1251a21e3fa8e5d658b9a3b6..6f41c10973643552837c6bd38b23779e65a2eaa3:/include/wx/aui/tabart.h?ds=sidebyside diff --git a/include/wx/aui/tabart.h b/include/wx/aui/tabart.h index e1418f2743..68a0e09118 100644 --- a/include/wx/aui/tabart.h +++ b/include/wx/aui/tabart.h @@ -275,7 +275,17 @@ protected: unsigned int m_flags; }; -#define wxAuiDefaultTabArt wxAuiGenericTabArt +#ifndef __WXUNIVERSAL__ + #if defined(__WXGTK20__) + #define wxHAS_NATIVE_TABART + #include "wx/aui/tabartgtk.h" + #define wxAuiDefaultTabArt wxAuiGtkTabArt + #endif +#endif // !__WXUNIVERSAL__ + +#ifndef wxHAS_NATIVE_TABART + #define wxAuiDefaultTabArt wxAuiGenericTabArt +#endif #endif // wxUSE_AUI