Method
GtkAssistantset_page_header_image
deprecated: 3.2 since: 2.10
Declaration [src]
void
gtk_assistant_set_page_header_image (
GtkAssistant* assistant,
GtkWidget* page,
GdkPixbuf* pixbuf
)
Description [src]
Sets a header image for page
.
Available since: 2.10
Deprecated since: 3.2
Since GTK+ 3.2, a header is no longer shown; add your header decoration to the page content instead.