From 13ad207b99e16fdf48db60a0ec49098e5a0626c9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 2 Feb 2003 01:41:11 +0000 Subject: Two phase drawing. --- include/Scintilla.iface | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/Scintilla.iface') 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 -- cgit v1.2.3