(svn r24519) -Codechange [FS#5203]: Refactor character removal code of text edit

This commit is contained in:
zuu
2012-09-10 18:42:34 +00:00
parent ae28432e62
commit bacad1478a
2 changed files with 27 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ struct Textbuf {
void UpdateSize();
private:
bool CanDelChar(bool backspace);
void DelChar(bool backspace);
bool CanMoveCaretLeft();
WChar MoveCaretLeft();