Linux Standard Base Desktop Specification 4.1 | ||
---|---|---|
<<< Previous | Next >>> |
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().
The gtk_button_get_image() function returns
a GtkWidget pointer referring to the image.
If there is no associated image, NULL
is returned.
<<< Previous | Home | Next >>> |
Interface Definitions for libgtk-x11-2.0 | Up | gtk_button_set_image |