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/CellBuffer.h | |
| parent | 0fcb749581b4806a6dba56eb7edb6ceb961ab08e (diff) | |
| download | scintilla-mirror-dee236ce71b0ce4795a6d2773f47b4075c283d8c.tar.gz | |
Added functions to clear all styling and contraction.
Diffstat (limited to 'src/CellBuffer.h')
| -rw-r--r-- | src/CellBuffer.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/CellBuffer.h b/src/CellBuffer.h index acac9fa2f..4a1ecb398 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -58,6 +58,7 @@ public:  	void Expand(int sizeNew);  	void ExpandLevels(int sizeNew=-1); +    void ClearLevels();  	void InsertValue(int pos, int value);  	void SetValue(int pos, int value);  	void Remove(int pos); @@ -220,6 +221,7 @@ public:  	int SetLevel(int line, int level);  	int GetLevel(int line); +    void ClearLevels();  };  #define CELL_SIZE	2 | 
