From 9472c27c87971bbf5fa2a3333b145c725fafab2a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 23 Sep 2011 10:35:04 +1000 Subject: Add GetAllLinesVisible method as this can be used to minimize folding overhead. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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) -- cgit v1.2.3