]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/textctrl.h
use symbolic name for the shell menu bar too; include resources.h in wince.rc directl...
[wxWidgets.git] / include / wx / os2 / textctrl.h
index 81085c80a3d77daae641020cedb98cef15f4d4c6..c868ddc7ae41a05192bb09badb7283468a4aaf5d 100644 (file)
@@ -47,7 +47,6 @@ public:
     // ----------------------------------
     //
     virtual      wxString GetValue(void) const;
-    virtual void SetValue(const wxString& rsValue);
 
     virtual int      GetLineLength(long nLineNo) const;
     virtual wxString GetLineText(long nLineNo) const;
@@ -180,6 +179,11 @@ protected:
     virtual WXDWORD OS2GetStyle( long     lStyle
                                 ,WXDWORD* dwExstyle
                                ) const;
+
+    virtual void DoSetValue(const wxString &value, int flags = 0);
+
+    bool m_bSkipUpdate;
+
 private:
     bool                            m_bIsMLE;
     DECLARE_EVENT_TABLE()