X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..a596eeb93f525c64d374f49e5986c57d1ea124a7:/include/wx/gtk1/textctrl.h?ds=inline diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index c34e71de27..5abad1b57b 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -43,7 +43,6 @@ public: // ---------------------------------- virtual wxString GetValue() const; - virtual void SetValue(const wxString& value); virtual int GetLineLength(long lineNo) const; virtual wxString GetLineText(long lineNo) const; @@ -107,7 +106,7 @@ public: virtual void SetSelection(long from, long to); virtual void SetEditable(bool editable); - virtual bool Enable( bool enable = true ); + virtual void DoEnable( bool enable ); // Implementation from now on void OnDropFiles( wxDropFilesEvent &event ); @@ -154,7 +153,7 @@ public: // wxGTK-specific: called recursively by Enable, // to give widgets an oppprtunity to correct their colours after they // have been changed by Enable - virtual void OnParentEnable( bool enable ) ; + virtual void OnEnabled( bool enabled ) ; // tell the control to ignore next text changed signal void IgnoreNextTextUpdate(); @@ -182,6 +181,8 @@ protected: // override this and return true. virtual bool UseGTKStyleBase() const { return true; } + virtual void DoSetValue(const wxString &value, int flags = 0); + private: // change the font for everything in this control void ChangeFontGlobally();