summaryrefslogtreecommitdiffstats
path: root/scintilla/src/ContractionState.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/ContractionState.h')
-rw-r--r--scintilla/src/ContractionState.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/ContractionState.h b/scintilla/src/ContractionState.h
index fa1ab6b..445dd45 100644
--- a/scintilla/src/ContractionState.h
+++ b/scintilla/src/ContractionState.h
@@ -48,6 +48,7 @@ public:
bool GetVisible(int lineDoc) const;
bool SetVisible(int lineDocStart, int lineDocEnd, bool visible);
+ bool HiddenLines() const;
bool GetExpanded(int lineDoc) const;
bool SetExpanded(int lineDoc, bool expanded);