]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/srchctrl.h
Add some basic tests for wxDataViewCtrl selection handling.
[wxWidgets.git] / include / wx / srchctrl.h
index 2a1c0ba412c79ded28e56d2d41f1a5432d896aeb..74a60c303dab32b94c2f985cf545231493d58435 100644 (file)
     // no native version, use the generic one
     #define wxUSE_NATIVE_SEARCH_CONTROL 0
 
-    class WXDLLIMPEXP_CORE wxSearchCtrlBaseBaseClass : public wxControl,
-                                                       public wxTextCtrlIface
+    #include "wx/containr.h"
+
+    class WXDLLIMPEXP_CORE wxSearchCtrlBaseBaseClass
+        : public wxNavigationEnabled<wxControl>,
+          public wxTextCtrlIface
     {
     };
 #endif