After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 62071 - Assorted deprecations
Assorted deprecations
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 61140 61942 62072 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-10-10 13:45 UTC by Havoc Pennington
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2001-10-10 13:45:20 UTC
- gtkobject.h has some
 - gtkaccelgroup.h has some private functions
 - gtkitemfactory.h "Compatibility functions for deprecated GtkMenuFactory
code"
Comment 1 Owen Taylor 2001-10-18 15:42:51 UTC
*** Bug 61942 has been marked as a duplicate of this bug. ***
Comment 2 Owen Taylor 2001-10-18 15:43:03 UTC
*** Bug 61942 has been marked as a duplicate of this bug. ***
Comment 3 Owen Taylor 2001-10-18 15:43:32 UTC
*** Bug 61140 has been marked as a duplicate of this bug. ***
Comment 4 Owen Taylor 2001-10-18 15:44:19 UTC
See dups for additional stuff to deprecate.
Comment 5 Owen Taylor 2001-10-18 15:56:43 UTC
*** Bug 62072 has been marked as a duplicate of this bug. ***
Comment 6 Owen Taylor 2001-10-20 13:53:29 UTC
gdk_draw_text, gdk_draw_string as well.
Comment 7 Owen Taylor 2001-10-20 23:05:15 UTC
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.
Comment 8 Owen Taylor 2001-10-22 13:58:02 UTC
Accel group changes filed separately as 62799, since this bug
is too big and confusing.
Comment 9 Owen Taylor 2001-10-22 14:31:16 UTC
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)