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 for the new title for page

Details

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.

Warning

The gtk:assistant implementation is deprecated since 4.10. This widget will be removed in GTK 5.
 

See also

2025-2-27