]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/textctrl.h
add #if wxUSE_TOOLTIPS around DoSetToolTip()
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
index 8c8f3dec0702e211e31ca62b1bbfbbd4ae4f1d39..f42b1b8193ab740096b3203466e2d92edea84118 100644 (file)
@@ -43,9 +43,6 @@ public:
     // ----------------------------------
 
     virtual wxString GetValue() 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;
@@ -184,7 +181,7 @@ protected:
     // override this and return true.
     virtual bool UseGTKStyleBase() const { return true; }
 
-    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