diff options
author | Havoc Pennington <hp@redhat.com> | 2001-02-03 01:09:41 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-02-03 01:09:41 +0000 |
commit | 2c5d938ff81480846539d9659dd92ca90cfb9e40 (patch) | |
tree | 023e97fe3fa238c3a2104859ac082b5f52505a43 /gtk/gtkwidget.h | |
parent | cc00e1c5ee5c8bb971d00b7bca465f257b989424 (diff) | |
download | gtk+-2c5d938ff81480846539d9659dd92ca90cfb9e40.tar.gz |
CVS is doing its broken pipe thing, this is more of the previous commit
2001-02-02 Havoc Pennington <hp@redhat.com>
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r-- | gtk/gtkwidget.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index aa36d1572a..527132673a 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -426,17 +426,21 @@ void gtk_widget_queue_draw_area (GtkWidget *widget, gint y, gint width, gint height); +#ifndef GTK_DISABLE_DEPRECATED void gtk_widget_queue_clear (GtkWidget *widget); void gtk_widget_queue_clear_area (GtkWidget *widget, gint x, gint y, gint width, gint height); +#endif /* GTK_DISABLE_DEPRECATED */ void gtk_widget_queue_resize (GtkWidget *widget); +#ifndef GTK_DISABLE_DEPRECATED void gtk_widget_draw (GtkWidget *widget, GdkRectangle *area); +#endif /* GTK_DISABLE_DEPRECATED */ void gtk_widget_draw_focus (GtkWidget *widget); void gtk_widget_draw_default (GtkWidget *widget); void gtk_widget_size_request (GtkWidget *widget, @@ -575,10 +579,10 @@ PangoContext *gtk_widget_get_pango_context (GtkWidget *widget); PangoLayout *gtk_widget_create_pango_layout (GtkWidget *widget, const gchar *text); -GdkPixbuf* gtk_widget_render_stock_icon (GtkWidget *widget, - const gchar *stock_id, - const gchar *size, - const gchar *detail); +GdkPixbuf *gtk_widget_render_icon (GtkWidget *widget, + const gchar *stock_id, + const gchar *size, + const gchar *detail); /* handle composite names for GTK_COMPOSITE_CHILD widgets, * the returned name is newly allocated. |