(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.

This commit is contained in:
michi_cc
2013-08-05 20:37:25 +00:00
parent 64d2fc4d1e
commit 0883cf76e3
7 changed files with 101 additions and 15 deletions

View File

@@ -491,7 +491,7 @@ public:
bool SetFocusedWidget(int widget_index);
EventState HandleEditBoxKey(int wid, WChar key, uint16 keycode);
virtual void InsertTextString(int wid, const char *str);
virtual void InsertTextString(int wid, const char *str, bool marked, const char *caret);
void HandleButtonClick(byte widget);
int GetRowFromWidget(int clickpos, int widget, int padding, int line_height = -1) const;