]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/srchctrl.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / srchctrl.h
index 2a1c0ba412c79ded28e56d2d41f1a5432d896aeb..2cdccbd3b5280d08b37eed61b037c4ebeded5871 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/compositewin.h"
+    #include "wx/containr.h"
+
+    class WXDLLIMPEXP_CORE wxSearchCtrlBaseBaseClass
+        : public wxCompositeWindow< wxNavigationEnabled<wxControl> >,
+          public wxTextCtrlIface
     {
     };
 #endif