X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ec46a5b35233f3c69c5b73e4b0b36f44c650633..d1f33936ab6de76448d66f9ab33165b1d8867398:/include/wx/os2/textctrl.h?ds=sidebyside diff --git a/include/wx/os2/textctrl.h b/include/wx/os2/textctrl.h index ec6eaa5ca1..48800d842f 100644 --- a/include/wx/os2/textctrl.h +++ b/include/wx/os2/textctrl.h @@ -117,6 +117,7 @@ public: ,long lTo ); virtual void SetEditable(bool bEditable); + virtual void SetWindowStyleFlag(long lStyle); // // Implementation from now on @@ -169,7 +170,11 @@ protected: // void AdjustSpaceLimit(void); 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()