aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-02-02 01:41:11 +0000
committernyamatongwe <unknown>2003-02-02 01:41:11 +0000
commit3f329e8a6b1c4735ab1cf4f43848292db8df3d3b (patch)
tree77571d9565a2b712ea7e7efbe0df63100817fb25 /include/Scintilla.iface
parentf566263f31075e3d36782dd3f5901466b789f763 (diff)
downloadscintilla-mirror-3f329e8a6b1c4735ab1cf4f43848292db8df3d3b.tar.gz
Two phase drawing.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index bade44fd2..dd4d2d37e 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1022,6 +1022,13 @@ get bool GetVScrollBar=2281(,)
# Append a string to the end of the document without changing the selection.
fun void AppendText=2282(int length, string text)
+# Is drawing done in two phases with backgrounds drawn before faoregrounds?
+get bool GetTwoPhaseDraw=2283(,)
+
+# In twoPhaseDraw mode, drawing is performed in two phases, first the background
+# and then the foreground. This avoids chopping off characters that overlap the next run.
+set void SetTwoPhaseDraw=2284(bool twoPhase,)
+
## New messages go here
## Start of key messages