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/CellBuffer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CellBuffer.h') 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 -- cgit v1.2.3