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

Gets or sets the title for the page in the assistant. 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

2026-08-20