X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f140b3520be5925e9d39381cc603dad99a060bff..f9b170bd18b4421b53296bea80f24dce1db3e359:/include/wx/os2/textctrl.h diff --git a/include/wx/os2/textctrl.h b/include/wx/os2/textctrl.h index b9f7a81a44..8770ddbda2 100644 --- a/include/wx/os2/textctrl.h +++ b/include/wx/os2/textctrl.h @@ -79,6 +79,7 @@ public: virtual void WriteText(const wxString& rsText); virtual void AppendText(const wxString& rsText); + virtual bool EmulateKeyPress(const wxKeyEvent& rEvent); virtual bool SetStyle( long lStart ,long lEnd @@ -117,6 +118,7 @@ public: ,long lTo ); virtual void SetEditable(bool bEditable); + virtual void SetWindowStyleFlag(long lStyle); // // Implementation from now on @@ -171,6 +173,9 @@ protected: virtual wxSize DoGetBestSize(void) const; virtual bool OS2ShouldPreProcessMessage(WXMSG* pMsg); + virtual WXDWORD OS2GetStyle( long lStyle + ,WXDWORD* dwExstyle + ) const; private: bool m_bIsMLE; DECLARE_EVENT_TABLE()