]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/tabart.h
Force wide char environment version initialization in wxGetEnvMap().
[wxWidgets.git] / include / wx / aui / tabart.h
index e1418f2743b66c58a07cd002efff2c9dd9faf730..68a0e0911801151ff178c0b1c95446c585060437 100644 (file)
@@ -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