From abe86ee6314f2058139bfa5d1271d50873a89c04 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 19 Jan 2011 23:33:33 +1100 Subject: Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN. --- doc/ScintillaDoc.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index cc1ec0d98..000112bef 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2720,6 +2720,10 @@ struct Sci_TextToFind { SCI_SETMARGINSENSITIVEN(int margin, bool sensitive)
SCI_GETMARGINSENSITIVEN(int + margin)
+ SCI_SETMARGINCURSORN(int margin, int + cursor)
+ SCI_GETMARGINCURSORN(int margin)
SCI_SETMARGINLEFT(<unused>, int pixels)
@@ -2798,6 +2802,14 @@ struct Sci_TextToFind { selection margins which make it easy to select ranges of lines. By default, all margins are insensitive.

+

SCI_SETMARGINCURSORN(int margin, int + cursor)
+ SCI_GETMARGINCURSORN(int margin)
+ A reversed arrow cursor is normally shown over all margins. This may be changed to a normal arrow with + SCI_SETMARGINCURSORN(margin, SC_CURSORARROW) or restored to a + reversed arrow with + SCI_SETMARGINCURSORN(margin, SC_CURSORREVERSEARROW).

+

SCI_SETMARGINLEFT(<unused>, int pixels)
SCI_GETMARGINLEFT
SCI_SETMARGINRIGHT(<unused>, int pixels)
-- cgit v1.2.3