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 with the completeness status of the page

Details

The gtk:assistant-page-complete function gets whether the page is complete. The (setf gtk:assistant-page-complete) function 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

2024-5-2