X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3a58b249e576b73b01cd74deb1cf879aa6e1975..c3c62822fdda9d340179dec663a806e905882cc9:/include/wx/features.h diff --git a/include/wx/features.h b/include/wx/features.h index 637a50e77c..9d400205f2 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -38,6 +38,8 @@ || defined(__WXMAC_OSX__) || defined(__WXCOCOA__) #define wxHAS_TASK_BAR_ICON #else + #undef wxUSE_TASKBARICON + #define wxUSE_TASKBARICON 0 #undef wxHAS_TASK_BAR_ICON #endif @@ -66,5 +68,11 @@ #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_ */