Handle WM_GETDLGCODE in wxTextCtrl for wxUniv too

This commit is contained in:
Kvaz1r
2021-08-02 10:03:42 +03:00
parent f7f6575bfb
commit af8b662868
4 changed files with 138 additions and 3 deletions

View File

@@ -451,6 +451,12 @@ protected:
bool DoCut();
bool DoPaste();
#ifdef __WXMSW__
public:
// override MSWHandleMessage to process WM_GETDLGCODE
bool MSWHandleMessage(WXLRESULT *result, WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
#endif // __WXMSW__
private:
// all these methods are for multiline text controls only