X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3a58b249e576b73b01cd74deb1cf879aa6e1975..c8b1fdc0b52fbc0ce71ab54b4b8954643f788f2a:/include/wx/features.h diff --git a/include/wx/features.h b/include/wx/features.h index 637a50e77c..13fb102e92 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -66,5 +66,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_ */