Add wxStyledTextEvent::GetListCompletionMethod()
Provide access to Scintilla "listCompletionMethod" field of SCR_AUTOCSELECTION event. Closes #17648.
This commit is contained in:
committed by
Vadim Zeitlin
parent
b05ea5f8f4
commit
b99d28bb46
@@ -6470,6 +6470,7 @@ public:
|
||||
void SetToken(int val);
|
||||
void SetAnnotationLinesAdded(int val);
|
||||
void SetUpdated(int val);
|
||||
void SetListCompletionMethod(int val);
|
||||
void SetDragText(const wxString& val);
|
||||
void SetDragFlags(int flags);
|
||||
void SetDragResult(wxDragResult val);
|
||||
@@ -6497,6 +6498,7 @@ public:
|
||||
int GetToken() const;
|
||||
int GetAnnotationsLinesAdded() const;
|
||||
int GetUpdated() const;
|
||||
int GetListCompletionMethod() const;
|
||||
|
||||
/**
|
||||
@deprecated Use GetString() instead.
|
||||
|
Reference in New Issue
Block a user