X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4a050443ac1f171388d5d183bdf7cd167af0d8..86381d4297f0225448823369a0df73ba67664078:/interface/wx/event.h?ds=sidebyside diff --git a/interface/wx/event.h b/interface/wx/event.h index 2352752d10..06939b2889 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -3497,8 +3497,8 @@ public: This event is mainly used by wxWidgets implementations. A wxNavigationKeyEvent handler is automatically provided by wxWidgets - when you make a class into a control container with the macro - WX_DECLARE_CONTROL_CONTAINER. + when you enable keyboard navigation inside a window by inheriting it from + wxNavigationEnabled<>. @beginEventTable{wxNavigationKeyEvent} @event{EVT_NAVIGATION_KEY(func)}