]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
wxParseWildcard added instead of methods hidden under wxUSE_FILEDLG and wxUSE_DIRDLG.
[wxWidgets.git] / include / wx / window.h
index 96385dd616fd2e99a9b1b4f0d5e510fb0703cbd0..3370fa75b28c033050202d985b64a053ddc29ca7 100644 (file)
@@ -489,6 +489,9 @@ public:
         // set this child as temporary default
     virtual void SetTmpDefaultItem(wxWindow * WXUNUSED(win)) { }
 
+        // Navigates in the specified direction by sending a wxNavigationKeyEvent
+    virtual bool Navigate(bool direction = true, bool windowChange = false);
+
     // parent/children relations
     // -------------------------