diff options
| author | nyamatongwe <devnull@localhost> | 2000-07-18 04:24:17 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-07-18 04:24:17 +0000 | 
| commit | dee236ce71b0ce4795a6d2773f47b4075c283d8c (patch) | |
| tree | c9dd9ac27e358fb20930d015a573172171d9c6c7 /src/ContractionState.h | |
| parent | 0fcb749581b4806a6dba56eb7edb6ceb961ab08e (diff) | |
| download | scintilla-mirror-dee236ce71b0ce4795a6d2773f47b4075c283d8c.tar.gz | |
Added functions to clear all styling and contraction.
Diffstat (limited to 'src/ContractionState.h')
| -rw-r--r-- | src/ContractionState.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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 | 
