diff options
author | Havoc Pennington <hp@redhat.com> | 2001-03-12 18:46:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-12 18:46:53 +0000 |
commit | 10a173fedf26019270363b2a8e86286e9ca4b437 (patch) | |
tree | 99c3a1ca5ba65a84b21a06ba70994be04985938c /gtk/gtkwidget.h | |
parent | a647514c3393ef5d59b7b9ba11bcee1149519916 (diff) | |
download | gtk+-10a173fedf26019270363b2a8e86286e9ca4b437.tar.gz |
Switch to using an enum with registration for icon sizes, instead of
2001-03-12 Havoc Pennington <hp@redhat.com>
* gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
enum with registration for icon sizes, instead of strings.
* gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h,
gtkwidget.c: Fix to reflect GtkIconSize
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r-- | gtk/gtkwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 61c2c2f1b9..7a8b1b35eb 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -580,7 +580,7 @@ PangoLayout *gtk_widget_create_pango_layout (GtkWidget *widget, GdkPixbuf *gtk_widget_render_icon (GtkWidget *widget, const gchar *stock_id, - const gchar *size, + GtkIconSize size, const gchar *detail); /* handle composite names for GTK_COMPOSITE_CHILD widgets, |