]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/textctrl.h
removed the dialog templates unneeded/unused any longer
[wxWidgets.git] / include / wx / os2 / textctrl.h
index ec6eaa5ca1ce09de0e301a46d5246ac3ad7296c6..48800d842fc0cddac17c9d191395c40e6dc2f3f7 100644 (file)
@@ -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()