Add wxStyledTextCtrl::AutoCompGetCurrentText()

Added support for SCI_AUTOCGETCURRENTTEXT API.

Closes #16263.
This commit is contained in:
New Pagodi
2017-03-07 19:15:45 +01:00
committed by Artur Wieczorek
parent f33da324c0
commit 1bcb30f6d7
6 changed files with 45 additions and 1 deletions

View File

@@ -5757,6 +5757,13 @@ public:
*/
int AutoCompGetCurrent() const;
/**
Get currently selected item text in the auto-completion list
@since 3.1.1
*/
wxString AutoCompGetCurrentText() const;
/**
Set auto-completion case insensitive behaviour to either prefer case-sensitive matches or have no preference.