From aceb8ce4210a96a4fc24862b7fe49fd888709da9 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Thu, 26 Jan 2006 10:52:37 +0000
Subject: SCI_GRABFOCUS works on Windows as well.
---
doc/ScintillaDoc.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index db5d1afd5..9ac8f19d2 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2422,8 +2422,8 @@ struct TextToFind {
SCI_GRABFOCUS
SCI_SETFOCUS(bool focus)
SCI_GETFOCUS
- On GTK+, focus handling is more complicated than on Windows, so Scintilla can be told with
- this message to grab the focus.
+ 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.
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