X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3a58b249e576b73b01cd74deb1cf879aa6e1975..2c17722ec8a15d93ef9ec4a4ff390a0db9a34d9d:/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_ */