GNOME Bugzilla – Bug 556263
Deprecate GtkCurve
Last modified: 2011-02-04 16:12:14 UTC
As of now there's doesn't seem to be much benefit in having GtkCurve in Gtk, it's not usually considered useful by most people nad not used much. As such, GtkCurve should be deprecated. If anyone likes to use it I suggest it could go into the hypothetical legacy library that is planned to contain a few deprecated widgets for use in Gtk 3.
Created attachment 120571 [details] [review] Deprecate GtkCurve and GtkGammaCurve This patch deprecates GtkCurve, and also its subclass GtkGammaCurve.
The single-include guards needs to be changed the way the other deprecated headers are done. gtk.h needs some reordering, deprecated headers are at the end Makfile.am: likewise
Created attachment 121255 [details] [review] Deprecate GtkCurve and GtkGammaCurve, 2nd attempt Thank your for the pointers, I revised the included guards so that they match other widgets and changed gtk.h and Makefile.in accordingly.
Any chance to get this in? Mitch?
Comitted to master.
Should we be getting rid of GtkCurveType as well? AfC
Created attachment 148606 [details] [review] Deprecate GtkCurveType
Comment on attachment 148606 [details] [review] Deprecate GtkCurveType commit 5adb75f26b481b3d0677a5d165d6b82e4cc19e2d
This problem has been fixed in the development version. The fix will be available in the next major software release.