aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-09-29 13:36:43 +1000
committerNeil <nyamatongwe@gmail.com>2016-09-29 13:36:43 +1000
commitde7dccbae50c839869017a30cd5e57d6ef639242 (patch)
tree6bedd6676770b1381104cddea9d4f0ff17ca5402 /include/Scintilla.iface
parentcfe3c049555422cbc7dcf3fd2fadad2f08487dd7 (diff)
downloadscintilla-mirror-de7dccbae50c839869017a30cd5e57d6ef639242.tar.gz
The number of margins can be changed with SCI_SETMARGINS.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index fdc90807e..7aa00c201 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -398,6 +398,12 @@ set void SetMarginBackN=2250(int margin, colour back)
# Retrieve the background colour of a margin
get colour GetMarginBackN=2251(int margin,)
+# Allocate a non-standard number of margins.
+set void SetMargins=2252(int margins,)
+
+# How many margins are there?.
+get int GetMargins=2253(,)
+
# Styles in range 32..38 are predefined for parts of the UI and are not used as normal styles.
# Style 39 is for future use.
enu StylesCommon=STYLE_