Merge branch 'gtk-srchctrl'

Add native wxSearchCtrl implementation for wxGTK.

Closes https://github.com/wxWidgets/wxWidgets/pull/1688
This commit is contained in:
Vadim Zeitlin
2020-01-07 02:41:58 +01:00

View File

@@ -47,6 +47,10 @@
#endif // wxUSE_GUI
#endif
#if wxUSE_GUI
#include "wx/srchctrl.h"
#endif // wxUSE_GUI
#include "wx/thread.h"
#if wxUSE_BASE