Assistant.setPageTitle
void setPageTitle(gtk.widget.Widget page, string title)Sets a title for page.
The title is displayed in the header area of the assistant when page is the current page.
Parameters
page | a page of assistant |
title | the new title for page |