]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
added wxDC::Set/GetLayoutDirection() and implemented it for wxMSW (patch from Tim...
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 017116609f8a3e85057132d63bc880e53913b6ee..8cf1c6957083b4359b7153c62201f4f78c9828d7 100644 (file)
@@ -44,8 +44,6 @@ public:
 
     virtual wxString GetValue() const;
     virtual bool IsEmpty() const;
-    virtual void SetValue(const wxString& value) { DoSetValue(value, SetValue_SendEvent); }
-    virtual void ChangeValue(const wxString& value) { DoSetValue(value); }
 
     virtual int GetLineLength(long lineNo) const;
     virtual wxString GetLineText(long lineNo) const;
@@ -191,7 +189,7 @@ protected:
     // has the control been frozen by Freeze()?
     bool IsFrozen() const { return m_frozenness > 0; }
 
-    void DoSetValue(const wxString &value, int flags = 0);
+    virtual void DoSetValue(const wxString &value, int flags = 0);
 
 private:
     // change the font for everything in this control