diff options
| author | nyamatongwe <devnull@localhost> | 2011-09-23 10:35:04 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-09-23 10:35:04 +1000 |
| commit | dec0664459fd586dd8862136194e6b1a5534cb68 (patch) | |
| tree | 71f080c5677bf47a29133c1998ef25a8a1e27d66 /include/Scintilla.iface | |
| parent | 79a85a31a06b79bea419adaafe1869c757bf498a (diff) | |
| download | scintilla-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.iface | 3 |
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) |
