aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
authorOliver Kiehl2003-01-10 21:33:42 +0000
committerOliver Kiehl2003-01-10 21:33:42 +0000
commitebdf89e4184240a752061c7c8d5450dbca809f39 (patch)
tree6fe9fe552feb98eccfe2c2b7a4d7945e560daf26 /common/str.h
parent23a02b712a83ddd4759dd9158dc470f7f3742dfc (diff)
downloadscummvm-rg350-ebdf89e4184240a752061c7c8d5450dbca809f39.tar.gz
scummvm-rg350-ebdf89e4184240a752061c7c8d5450dbca809f39.tar.bz2
scummvm-rg350-ebdf89e4184240a752061c7c8d5450dbca809f39.zip
Added some basic line editing to the EditText widget
svn-id: r6393
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h2
1 files changed, 2 insertions, 0 deletions
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();