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
10 changed files with 595 additions and 25 deletions

View File

@@ -124,7 +124,7 @@ wxEND_EVENT_TABLE()
// implementation
// ============================================================================
#if defined(__WXMAC__)
#if defined(__WXMAC__) || defined(__WXGTK20__)
#define FAMILY_CTRLS NATIVE_CTRLS
#else
#define FAMILY_CTRLS GENERIC_CTRLS