(svn r25692) -Add: Replacement of a part of the edit box text with a new string.

This commit is contained in:
michi_cc
2013-08-05 20:37:57 +00:00
parent 30867c487f
commit d15c1c5d4a
6 changed files with 61 additions and 40 deletions

View File

@@ -71,7 +71,7 @@ extern Dimension _cur_resolution;
extern Palette _cur_palette; ///< Current palette
void HandleKeypress(uint keycode, WChar key);
void HandleTextInput(const char *str, bool marked = false, const char *caret = NULL);
void HandleTextInput(const char *str, bool marked = false, const char *caret = NULL, const char *insert_location = NULL, const char *replacement_end = NULL);
void HandleCtrlChanged();
void HandleMouseEvents();
void CSleep(int milliseconds);