]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/textctrl.h
change wxDataViewItem id to void*
[wxWidgets.git] / include / wx / palmos / textctrl.h
index 6b1bb1ba54160045b15fc09f5573ef07fc2998dc..98d73a6be238a198e5394c31f0c36647baea5977 100644 (file)
@@ -45,7 +45,6 @@ public:
     // ----------------------------------
 
     virtual wxString GetValue() const;
-    virtual void SetValue(const wxString& value);
 
     virtual int GetLineLength(long lineNo) const;
     virtual wxString GetLineText(long lineNo) const;
@@ -179,6 +178,9 @@ protected:
     // common part of all ctors
     void Init();
 
+    virtual void DoSetValue(const wxString& value, int flags = 0);
+
+
     // intercept WM_GETDLGCODE
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);