]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
Added wxFIXED_SIZE.
[wxWidgets.git] / include / wx / control.h
index bcfe71a48fee5e71c19b9da45053aab17cc195a6..ecde84ec8fb93b16de7c267806faad18be5760ff 100644 (file)
@@ -74,8 +74,9 @@ protected:
                        const wxValidator& validator,
                        const wxString& name);
 
-    // inherit colour and font settings from the parent window
-    void InheritAttributes();
+    // this function is obsolete, it is only kept for backwards compatibility,
+    // do *not* use it
+    void InheritAttributes() { }
 
     // initialize the common fields of wxCommandEvent
     void InitCommandEvent(wxCommandEvent& event) const;