]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/panel.h
Removing more CodeWarrior project files.
[wxWidgets.git] / interface / wx / panel.h
index f836f6c6a1f35557f7c1fa843504ee3c72c88d30..4bf26f3f07a46db9189d9713721b6385309d6d70 100644 (file)
 
     @remarks By default, a panel has the same colouring as a dialog.
 
+    @beginEventEmissionTable{wxNavigationKeyEvent}
+    @event{EVT_NAVIGATION_KEY(func)}
+        Process a navigation key event.
+    @endEventTable
+
     @library{wxbase}
     @category{miscwnd}