Forward IME messages to ScintillaWX and handle them

The handling code is copied from ScintillaWin

Closes #18759
This commit is contained in:
wangqr
2020-05-10 18:32:54 -04:00
parent 30079ad0e6
commit e07640fb75
6 changed files with 191 additions and 0 deletions

View File

@@ -5493,6 +5493,10 @@ protected:
void NotifyChange();
void NotifyParent(SCNotification* scn);
#ifdef __WXMSW__
virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam) wxOVERRIDE;
#endif // __WXMSW__
private:
wxDECLARE_EVENT_TABLE();
wxDECLARE_DYNAMIC_CLASS(wxStyledTextCtrl);