GNOME Bugzilla – Bug 544845
Gtk+ Obsolete section lists non-deprecated widgets
Last modified: 2008-09-20 16:05:50 UTC
Please describe the problem: The Gtk+ Obsolete section of palette lists widgets which are clearly marked as non-obsolete in GTK+ documentation (http://library.gnome.org/devel/gtk/2.12/). The following widgets are non-deprecated, but appear in obsolete section: horizontal ruler, vertical ruler, color selection, font selection, curve, gamma curve, file selection, custom widget. While some of them may be not applicable in glade context (custom widget), others are clearly valid widgets. Putting them in Obsolete section creates misconception of GTK+'s plans and features. Steps to reproduce: 1. Run glade3 2. Look at it :) Actual results: Expected results: Does this happen every time? Other information:
Hi, I am going to ask you to double and triple check those widgets. I dont doubt that you could be right... but I reffered to that list to create the obsolete section, and after digging further, found that the list in the documentation was incomplete (specifically regarding widgets that have been deprecated for a very long time, like gamma and curve...) Im going to mark as needinfo until you confirm thanks for your concerns :) side note: custom is deprecated in favour of using your widget directly in the glade palette, you can get instructions for that in the glade api docs.
OK, I checked them and found this: HRuler, VRuler, Curve, GammaCurve - these are scheduled to be deprecated and moved to some other library because of their highly specialized nature. This is mentioned in the actual widget documentation, but APIs are not marked as deprecated with GTK_DISABLE_DEPRECATED yet. FileSelection - this was my mixup, I thought it was a FileChooser... ColorSelection, FontSelection - I cannot find any indication of their deprecation. I checked the documentation, google, etc... . Anyway, I highly doubt they would be deprecated considering that they are the main components of respective *Dialog widgets. So, thanks for making me re-check my facts :) This leaves us with incorrectly placed ColorSelection and FontSelection widgets only.
Ok I fixed this in svn, added specialized section, moved stuff around, also added objects section ;-)