]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/textctrl.h
fixed initial focus handling in the dialog and made SetFocus() send the focus
[wxWidgets.git] / include / wx / os2 / textctrl.h
index b9f7a81a44cb4c16e425feaa68e3f1041e89860e..b7a701274ff621bc2ccf62be72d49a74c0f6499b 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,8 @@ public:
                               ,long lTo
                              );
     virtual void SetEditable(bool bEditable);
+    virtual void SetFocus(void);
+    virtual void SetWindowStyleFlag(long lStyle);
 
     //
     // Implementation from now on
@@ -171,6 +174,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()