Package: gtk

Function gtk-assistant-page-title

Lambda List

gtk-assistant-page-title (assistant page)

Syntax

(gtk-assistant-page-title assistant page) => title
(setf (gtk-assistant-page-title assistant page) title)

Arguments

assistant -- a gtk-assistant widget
page -- a gtk-widget page of assistant
title -- a string with the new title for page

Details

Accessor of the title for the page in the assistant.

The gtk-assistant-page-title function gets the title for the page in the assistant. The (setf gtk-assistant-page-title) function sets a title. The title is displayed in the header area of the assistant when the page is the current page.

The function is implemented with the gtk-assistant-child-title function.
 

See also

*2021-11-2