Method

GtkAssistantset_page_side_image

deprecated: 3.2 since: 2.10

Declaration [src]

void
gtk_assistant_set_page_side_image (
  GtkAssistant* assistant,
  GtkWidget* page,
  GdkPixbuf* pixbuf
)

Description [src]

Sets a side image for page.

This image used to be displayed in the side area of the assistant when page is the current page.

Available since: 2.10

Deprecated since: 3.2

Since GTK+ 3.2, sidebar images are not shown anymore.

Parameters

page

Type: GtkWidget

A page of assistant.

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

Type: GdkPixbuf

The new side image page.

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