gtk_button_set_image

Name

gtk_button_set_image -- set button image widget

Synopsis

#include <gtk/gtk.h>

void gtk_button_set_image(GtkButton *button, GtkWidget *widget);

Description

The gtk_button_set_image() function sets the image of buttonto the widget given by widget. Whether the image is displayed or not depends on the setting of the gtk-button-images property. It is not necessary to call gtk_widget_show() on the image.

Errors

No errors are defined.