aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-04-02 07:51:33 +0000
committernyamatongwe <unknown>2009-04-02 07:51:33 +0000
commit977371ca0595af895bf255b135292e12f80eff01 (patch)
tree9a98b4b9041080357edf19d6288f367d6c4c3c6b /include/Scintilla.iface
parent117ef7e2e62a3bcbfcf2a3adca3c52d0bfd9a089 (diff)
downloadscintilla-mirror-977371ca0595af895bf255b135292e12f80eff01.tar.gz
Method to find the symbol defined for a marker number.
SC_MARK_AVAILABLE defined.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 166d37d2a..ed31a803e 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -269,6 +269,7 @@ val SC_MARK_ARROWS=24
val SC_MARK_PIXMAP=25
val SC_MARK_FULLRECT=26
val SC_MARK_LEFTRECT=27
+val SC_MARK_AVAILABLE=28
val SC_MARK_CHARACTER=10000
@@ -1828,6 +1829,9 @@ set void SetExtraDescent=2527(int extraDescent,)
# Get extra descent for each line
get int GetExtraDescent=2528(,)
+# Which symbol was defined for markerNumber with MarkerDefine
+fun int MarkerSymbolDefined=2529(int markerNumber,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)