From abe86ee6314f2058139bfa5d1271d50873a89c04 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
+
@@ -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