Derive from wxTextEntry instead of wxTextCtrlBase
This commit is contained in:
committed by
Vadim Zeitlin
parent
c09db9c23d
commit
020b6ebcb8
@@ -38,7 +38,12 @@
|
||||
// otherwise.
|
||||
#define wxUSE_NATIVE_SEARCH_CONTROL 1
|
||||
|
||||
#define wxSearchCtrlBaseBaseClass wxTextCtrlBase
|
||||
class WXDLLIMPEXP_CORE wxGTKSearchCtrlBase
|
||||
: public wxControl, public wxTextEntry
|
||||
{
|
||||
};
|
||||
|
||||
#define wxSearchCtrlBaseBaseClass wxGTKSearchCtrlBase
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user