From: Timm Bäder Date: Wed, 20 Jun 2018 07:07:51 +0000 (+0200) Subject: button: Remove ICON_SIZE_BUTTON mention in docs X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=945b844b7c886f1066d9819827190ad3232d8bac;p=gtk4.git button: Remove ICON_SIZE_BUTTON mention in docs The icon will have the size given by css, not whatever GTK_ICON_SIZE_BUTTON was. --- 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,