X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee2ec18e88701d8f0709009616584153ca85d7a7..3be926e348e2d0a3a2c278b9f2cff7843971e0c9:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index f42b1b8193..5abad1b57b 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -106,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 ); @@ -153,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();