From a94abb53e54f4e97b039da4edfc97fef15489a52 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 6 Jun 2006 01:01:59 +0000 Subject: Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the foreground of background of the default style. --- include/Scintilla.iface | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 9a0795f72..c3e5b56fe 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -322,6 +322,8 @@ fun void MarkerSetAlpha=2476(int markerNumber, int alpha) enu MarginType=SC_MARGIN_ val SC_MARGIN_SYMBOL=0 val SC_MARGIN_NUMBER=1 +val SC_MARGIN_BACK=2 +val SC_MARGIN_FORE=3 # Set a margin to be either numeric or symbolic. set void SetMarginTypeN=2240(int margin, int marginType) -- cgit v1.2.3