]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/textctrl.h
Support for Cygwin 1.0 (thought it worked before, but...)
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
index ebc4c18d4a3f0f50e7e1c4bb09bf36e50443748a..0a529c6a2789f32d728084d8eed4bd8d3d5cce72 100644 (file)
@@ -143,6 +143,11 @@ public:
 
     void SetModified() { m_modified = TRUE; }
 
+    // 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 ) ;
+
 protected:
     virtual wxSize DoGetBestSize() const;