Method
GtkAssistantset_page_title
Declaration [src]
void
gtk_assistant_set_page_title (
  GtkAssistant* assistant,
  GtkWidget* page,
  const char* 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.
Parameters
- page
- 
            Type: GtkWidgetA page of assistant.The data is owned by the caller of the function. 
- title
- 
            Type: const char*The new title for page.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.