Method

GtkAssistantset_page_title

since: 2.10

Declaration [src]

void
gtk_assistant_set_page_title (
  GtkAssistant* assistant,
  GtkWidget* page,
  const gchar* title
)

Description [src]

Sets a title for page.

The title is displayed in the header area of the assistant when page is the current page.

Available since: 2.10

Parameters

page

Type: GtkWidget

A page of assistant.

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

Type: const gchar*

The new title for page.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.