Package: gtk

Accessor gtk:assistant-child-complete

Lambda List

gtk:assistant-child-complete (container child)

Syntax

(gtk:assistant-child-complete container child) => complete
(setf (gtk:assistant-child-complete container child) complete)

Arguments

container -- a gtk:assistant widget
child -- a gtk:widget page of the assistant
complete -- a boolean whether the page is complete

Details

Accessor of the complete child property of the gtk:assistant class. Setting the complete child property to true marks a page as complete, i.e. all the required fields are filled out. GTK uses this information to control the sensitivity of the navigation buttons.
 

See also

2024-3-16