From cfe3c049555422cbc7dcf3fd2fadad2f08487dd7 Mon Sep 17 00:00:00 2001
From: Neil
+
+
@@ -3201,9 +3203,10 @@ struct Sci_TextToFind {
A margin with application defined text may use SC_MARGIN_TEXT (4) or
SC_MARGIN_RTEXT (5) to right justify the text.
By convention, margin 0 is used for line numbers and the next two are used for symbols. You can
- also use the constants SC_MARGIN_BACK (2) and SC_MARGIN_FORE (3) for
+ also use the constants SC_MARGIN_BACK (2), SC_MARGIN_FORE (3),
+ and SC_MARGIN_COLOUR (6) for
symbol margins that set their background colour to match the STYLE_DEFAULT background and
- foreground colours.
SCI_SETMARGINWIDTHN(int margin, int pixelWidth)
SCI_GETMARGINWIDTHN(int margin)
@@ -3259,6 +3262,11 @@ struct Sci_TextToFind {
reversed arrow with
SCI_SETMARGINCURSORN(margin, SC_CURSORREVERSEARROW).
SCI_SETMARGINBACKN(int margin, int colour)
+ SCI_GETMARGINBACKN(int margin)
+ A margin of type SC_MARGIN_COLOUR
+ may have its colour set with SCI_SETMARGINBACKN.
SCI_SETMARGINLEFT(<unused>, int pixels)
SCI_GETMARGINLEFT
SCI_SETMARGINRIGHT(<unused>, int pixels)
--
cgit v1.2.3