Package: gtk

Function gtk:assistant-page-complete

Lambda List

gtk:assistant-page-complete (assistant page)

Syntax

(gtk:assistant-page-complete assistant page) => complete
(setf (gtk:assistant-page-complete assistant page) complete)

Arguments

assistant -- a gtk:assistant widget
page -- a gtk:widget page of assistant
complete -- a boolean for the completeness status of the page

Details

Gets or sets whether the page contents are complete. This will make the assistant update the buttons state to be able to continue the task.

Warning

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

See also

2025-02-27