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.

Parameters

page

Type: GtkWidget

A page of assistant.

The data is owned by the caller of the method.
pixbuf

Type: GdkPixbuf

The new header image page.

The argument can be NULL.
The data is owned by the caller of the method.