aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-09-23 10:35:04 +1000
committernyamatongwe <devnull@localhost>2011-09-23 10:35:04 +1000
commitdec0664459fd586dd8862136194e6b1a5534cb68 (patch)
tree71f080c5677bf47a29133c1998ef25a8a1e27d66 /include/Scintilla.iface
parent79a85a31a06b79bea419adaafe1869c757bf498a (diff)
downloadscintilla-mirror-dec0664459fd586dd8862136194e6b1a5534cb68.tar.gz
Add GetAllLinesVisible method as this can be used to minimize folding overhead.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 51ada6026..f077bf6b7 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1065,6 +1065,9 @@ fun void HideLines=2227(int lineStart, int lineEnd)
# Is a line visible?
get bool GetLineVisible=2228(int line,)
+# Are all lines visible?
+get bool GetAllLinesVisible=2236(,)
+
# Show the children of a header line.
set void SetFoldExpanded=2229(int line, bool expanded)