forked from AuroraMiddleware/gtk
button: Remove ICON_SIZE_BUTTON mention in docs
The icon will have the size given by css, not whatever GTK_ICON_SIZE_BUTTON was.
This commit is contained in:
parent
f33655fa4e
commit
945b844b7c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user