From 945b844b7c886f1066d9819827190ad3232d8bac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 20 Jun 2018 09:07:51 +0200 Subject: [PATCH] button: Remove ICON_SIZE_BUTTON mention in docs The icon will have the size given by css, not whatever GTK_ICON_SIZE_BUTTON was. --- gtk/gtkbutton.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 83894e2509..4d87d21066 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -1046,9 +1046,9 @@ gtk_button_grab_notify (GtkWidget *widget, * @button: A #GtkButton * @icon_name: A icon name * - * Adds a #GtkImage with the given icon name as a child. The icon will be - * of size %GTK_ICON_SIZE_BUTTON. If @button already contains a child widget, - * that child widget will be removed and replaced with the image. + * Adds a #GtkImage with the given icon name as a child. If @button already + * contains a child widget, that child widget will be removed and replaced + * with the image. */ void gtk_button_set_icon_name (GtkButton *button, -- 2.30.2