diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-22 14:31:06 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-22 14:31:06 +0000 |
commit | 0c6a8f530b51ae814229e1a3314a621b917e21ac (patch) | |
tree | 56e9d82da3010ca32045f289436360673df4fec3 /gtk/gtkstyle.h | |
parent | 8937ca262676ea7f66b2784a999ecd35d4447a9b (diff) | |
download | gtk+-0c6a8f530b51ae814229e1a3314a621b917e21ac.tar.gz |
Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01
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)
* gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
to gtk_clipboard_get().
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 14fcf3d2c6..3e7332b9f3 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -451,6 +451,7 @@ GdkPixbuf* gtk_style_render_icon (GtkStyle *style, GtkIconSize size, GtkWidget *widget, const gchar *detail); +#ifndef GTK_DISABLE_DEPRECATED void gtk_draw_hline (GtkStyle *style, GdkWindow *window, GtkStateType state_type, @@ -604,7 +605,6 @@ void gtk_draw_layout (GtkStyle *style, gint x, gint y, PangoLayout *layout); - void gtk_draw_resize_grip (GtkStyle *style, GdkWindow *window, GtkStateType state_type, @@ -613,6 +613,7 @@ void gtk_draw_resize_grip (GtkStyle *style, gint y, gint width, gint height); +#endif /* GTK_DISABLE_DEPRECATED */ void gtk_paint_hline (GtkStyle *style, GdkWindow *window, |