From d290bf1238ec8671f1a38887ac0186ba62fcd3b6 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 20 Sep 2016 09:09:10 +1000 Subject: Make Cursor and Mouse capture documentation sections similar to other sections. --- doc/ScintillaDoc.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index fbb36098f..8b6e68d4c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2283,6 +2283,8 @@ struct Sci_TextToFind {

Cursor

+ SCI_SETCURSOR(int curType)
+ SCI_GETCURSOR

SCI_SETCURSOR(int curType)
SCI_GETCURSOR
@@ -2318,6 +2320,8 @@ struct Sci_TextToFind { SC_CURSORNORMAL (-1) if you have not set a cursor type.

Mouse capture

+ SCI_SETMOUSEDOWNCAPTURES(bool captures)
+ SCI_GETMOUSEDOWNCAPTURES

SCI_SETMOUSEDOWNCAPTURES(bool captures)
SCI_GETMOUSEDOWNCAPTURES
-- cgit v1.2.3