GNOME Bugzilla – Bug 62071
Assorted deprecations
Last modified: 2011-02-04 16:09:25 UTC
- gtkobject.h has some - gtkaccelgroup.h has some private functions - gtkitemfactory.h "Compatibility functions for deprecated GtkMenuFactory code"
*** Bug 61942 has been marked as a duplicate of this bug. ***
*** Bug 61140 has been marked as a duplicate of this bug. ***
See dups for additional stuff to deprecate.
*** Bug 62072 has been marked as a duplicate of this bug. ***
gdk_draw_text, gdk_draw_string as well.
Doing all of this except for the AccelGroup part. See http://mail.gnome.org/archives/gtk-devel-list/2001-September/msg00124.html and followups for details of that, which is more about privatization then deprecation.
Accel group changes filed separately as 62799, since this bug is too big and confusing.
Sat Oct 20 18:58:25 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.h: Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov) * gtk/gtkobject.h: Deprecate with abandon. (#61942, Vitaly Tishkov, Matthias Clasen) * gtk/gtksignal.h: Deprecate everything. * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE> (#61942, Matthias Clasen) * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140, Havoc Pennington) * gtk/gtkitemfactory.h: Deprecate compat functions for GtkMenuFactory code. (#62071) * gdk/gdkdrawable.h: Deprecate gdk_draw_string, gdk_draw_text,gdk_draw_text_wc. (#62071)