Method

GtkAssistantget_page_side_image

deprecated: 3.2 since: 2.10

Declaration [src]

GdkPixbuf*
gtk_assistant_get_page_side_image (
  GtkAssistant* assistant,
  GtkWidget* page
)

Description [src]

Gets the side image for 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.

Return value

Type: GdkPixbuf

The side image for page, or NULL if there’s no side image for the page.

The returned data is owned by the instance.