Package: gtk
Function gtk-assistant-page-complete
Lambda Listgtk-assistant-page-complete (assistant page) Syntax(gtk-assistant-page-complete assistant page) => complete (setf (gtk-assistant-page-complete assistant page) complete) Argumentsassistant -- a gtk-assistant widget page -- a gtk-widget page of assistant complete -- a boolean with the completeness status of the page Details
Accessor of the completeness status of the page in the assistant. 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. The function is implemented with the gtk-assistant-child-complete function. | See also |
*2021-11-2