#define wxHAS_NATIVE_ENABLED_MANAGEMENT
#endif
-// This is defined when the underlying toolkit handles tab traversal natively
-// (currently this only works under GTK+ 2)
-#ifdef __WXGTK20__
- #define wxHAS_NATIVE_TAB_TRAVERSAL
-#endif
-
// ----------------------------------------------------------------------------
// forward declarations
// ----------------------------------------------------------------------------
bool CanAcceptFocusFromKeyboard() const
{ return AcceptsFocusFromKeyboard() && CanAcceptFocus(); }
+ // call this when the return value of AcceptsFocus() changes
+ virtual void SetCanFocus(bool WXUNUSED(canFocus)) { }
+
// navigates inside this window
bool NavigateIn(int flags = wxNavigationKeyEvent::IsForward)
{ return DoNavigateIn(flags); }