Method
GtkAssistantget_page_header_image
deprecated: 3.2 since: 2.10
Declaration [src]
GdkPixbuf*
gtk_assistant_get_page_header_image (
GtkAssistant* assistant,
GtkWidget* page
)
Description [src]
Gets the 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.
Parameters
page-
Type:
GtkWidgetA page of
assistant.The data is owned by the caller of the method.
Return value
Type: GdkPixbuf
The header image for page,
or NULL if there’s no header image for the page.
| The returned data is owned by the instance. |