From ebdf89e4184240a752061c7c8d5450dbca809f39 Mon Sep 17 00:00:00 2001 From: Oliver Kiehl Date: Fri, 10 Jan 2003 21:33:42 +0000 Subject: Added some basic line editing to the EditText widget svn-id: r6393 --- common/str.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/str.h') diff --git a/common/str.h b/common/str.h index 4c2a985d46..8ff84c3b5d 100644 --- a/common/str.h +++ b/common/str.h @@ -110,7 +110,9 @@ public: } void deleteLastChar(); + void deleteChar(int p); void clear(); + void insertChar(char c, int p); void toLowercase(); void toUppercase(); -- cgit v1.2.3