]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/textctrl.h
Menuing and statusbar updates
[wxWidgets.git] / include / wx / os2 / textctrl.h
index b9f7a81a44cb4c16e425feaa68e3f1041e89860e..8770ddbda25ab094d3cd2fbb3ab2f6e5ec216370 100644 (file)
@@ -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()