diff options
Diffstat (limited to 'include/Scintilla.iface')
-rwxr-xr-x | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 3df40c3..aff26d8 100755 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -977,7 +977,7 @@ fun void HideLines=2227(int lineStart, int lineEnd) # Is a line visible? get bool GetLineVisible=2228(int line,) -# Show the tqchildren of a header line. +# Show the children of a header line. set void SetFoldExpanded=2229(int line, bool expanded) # Is a header line expanded? |