From 7c48e031351f0b417b46b00d31d1a50d38ca502c Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 2 Jun 2019 09:11:41 +1000 Subject: Backport: Clarify which API changes focus. Backport of changeset 7544:4fdbac7a1dde. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 607639fff..5c7a1f95f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3787,8 +3787,8 @@ struct Sci_TextToFind {

SCI_GRABFOCUS
SCI_SETFOCUS(bool focus)
SCI_GETFOCUS → bool
- Scintilla can be told to grab the focus with this message. This is needed more on GTK+ where - focus handling is more complicated than on Windows.

+ Scintilla can be told to grab the focus with SCI_GRABFOCUS. + This is needed more on GTK+ where focus handling is more complicated than on Windows.

The internal focus flag can be set with SCI_SETFOCUS. This is used by clients that have complex focus requirements such as having their own window that gets the real focus -- cgit v1.2.3