Method

GtkButtonget_image

since: 2.6

Declaration [src]

GtkWidget*
gtk_button_get_image (
  GtkButton* button
)

Description [src]

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().

Available since: 2.6

Gets propertyGtk.Button:image

Return value

Type: GtkWidget

A GtkWidget or NULL in case there is no image.

The returned data is owned by the instance.
The return value can be NULL.