Implement auto complete in generic wxSearchCtrl
Just forward the relevant methods to the embedded wxTextCtrl. Closes #17519.
This commit is contained in:
committed by
Vadim Zeitlin
parent
e85b8f1a4b
commit
e7a526604c
@@ -166,6 +166,11 @@ public:
|
||||
virtual void SelectAll() wxOVERRIDE;
|
||||
virtual void SetEditable(bool editable) wxOVERRIDE;
|
||||
|
||||
// Autocomplete
|
||||
virtual bool DoAutoCompleteStrings(const wxArrayString &choices) wxOVERRIDE;
|
||||
virtual bool DoAutoCompleteFileNames(int flags) wxOVERRIDE;
|
||||
virtual bool DoAutoCompleteCustom(wxTextCompleter *completer) wxOVERRIDE;
|
||||
|
||||
#if 0
|
||||
|
||||
// override streambuf method
|
||||
|
Reference in New Issue
Block a user