15#include <wx/containr.h>
23template<
class WindowBase>
29 wxNavigationKeyEvent& evt,
bool inTabOrder);
67 return wxNavigationEnabled<WindowBase>::Destroy();
Changes default arrow navigation to behave more list- or table-like. Instead of searching focusable i...
friend void ListNavigationEnabled_HandleNavigationKeyEvent(wxWindow *self, wxNavigationKeyEvent &evt, bool inTabOrder)
void OnCharHook(wxKeyEvent &evt)
friend void ListNavigationEnabled_HandleDestroy(wxWindow *self)
void OnKeyDown(wxKeyEvent &evt)
void OnNavigationKeyEvent(wxNavigationKeyEvent &evt)
void SetInTabOrder(bool inTabOrder)
friend void ListNavigationEnabled_HandleKeyDown(wxWindow *self, wxKeyEvent &evt)
friend void ListNavigationEnabled_HandleCharHook(wxWindow *self, wxKeyEvent &evt)
void SetFocus(const WindowPlacement &focus)
Set the window that accepts keyboard input.