aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-06-06 01:01:59 +0000
committernyamatongwe <unknown>2006-06-06 01:01:59 +0000
commita94abb53e54f4e97b039da4edfc97fef15489a52 (patch)
tree0f99a96b64e7f498fb6f9bfee14d88752dfd693c /include/Scintilla.iface
parenta06455a982a5319a6af8976054481a3f71131b1d (diff)
downloadscintilla-mirror-a94abb53e54f4e97b039da4edfc97fef15489a52.tar.gz
Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the
foreground of background of the default style.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 2 insertions, 0 deletions
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)