Add wxStyledTextEvent::GetListCompletionMethod()

Provide access to Scintilla "listCompletionMethod" field of SCR_AUTOCSELECTION
event.

Closes #17648.
This commit is contained in:
New Pagodi
2016-09-13 13:05:25 +02:00
committed by Vadim Zeitlin
parent b05ea5f8f4
commit b99d28bb46
7 changed files with 19 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ All (GUI):
- Fix wxGCDC::GetClippingBox() for transformed wxDC (MSW, GTK+).
- Add support for affine transformation matrix in wxGCDC.
- Add wxGraphicsContext::Flush() for Cairo renderer.
- Add wxStyledTextEvent::GetListCompletionMethod() (NewPagodi).
wxGTK: