From dee236ce71b0ce4795a6d2773f47b4075c283d8c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 18 Jul 2000 04:24:17 +0000 Subject: Added functions to clear all styling and contraction. --- src/ContractionState.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ContractionState.h') diff --git a/src/ContractionState.h b/src/ContractionState.h index 9e17a7693..2c344efee 100644 --- a/src/ContractionState.h +++ b/src/ContractionState.h @@ -42,9 +42,11 @@ public: bool GetVisible(int lineDoc) const; bool SetVisible(int lineDocStart, int lineDocEnd, bool visible); - + bool GetExpanded(int lineDoc) const; bool SetExpanded(int lineDoc, bool expanded); + + void ShowAll(); }; #endif -- cgit v1.2.3