|| defined(__WXMAC_OSX__) || defined(__WXCOCOA__)
#define wxHAS_TASK_BAR_ICON
#else
+ #undef wxUSE_TASKBARICON
+ #define wxUSE_TASKBARICON 0
#undef wxHAS_TASK_BAR_ICON
#endif
#define wxHAS_UTF8_FONTS
#endif
+/* This is defined when the underlying toolkit handles tab traversal natively.
+ Otherwise we implement it ourselves in wxControlContainer. */
+#ifdef __WXGTK20__
+ #define wxHAS_NATIVE_TAB_TRAVERSAL
+#endif
+
#endif /* _WX_FEATURES_H_ */