]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
Merge in from trunk r68626 - r68683
[wxWidgets.git] / interface / wx / event.h
index 2352752d1055ab7308c8657931b05aba6ce4fbf4..06939b28894d7b357ece5c78f8b5fc14864b3aea 100644 (file)
@@ -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)}