]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
GTK+ cell renderers are not widget, so use a
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 510cdbd91ea82e1fdb17ed5a2ff33f9553124328..0d5c1189347824915fc3d4c6400906b56517ac8b 100644 (file)
@@ -155,7 +155,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 enable ) ;
 
     // tell the control to ignore next text changed signal
     void IgnoreNextTextUpdate(int n = 1) { m_countUpdatesToIgnore = n; }