gtk_button_get_image

Name

gtk_button_get_image -- get button image widget

Synopsis

#include <gtk/gtk.h>

GtkWidget *gtk_button_get_image(GtkButton *button);

Description

The gtk_button_get_image() gets the widget that is currenty set as the image of button. This may have been explicitly set by gtk_button_set_image() or constructed by gtk_button_new_from_stock().

Return Value

The gtk_button_get_image() function returns a GtkWidget pointer referring to the image. If there is no associated image, NULL is returned.

Errors

No errors are defined.