Merge branch 'gtk-srchctrl'
Add native wxSearchCtrl implementation for wxGTK. Closes https://github.com/wxWidgets/wxWidgets/pull/1688
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user