Method
Gtk Assistantset_page_complete
since: 2.10
Declaration [src]
void
gtk_assistant_set_page_complete(
GtkAssistant*assistant,
GtkWidget*page,
gbooleancomplete
)
Description [src]
Sets whether page contents are complete.
This will make assistant update the buttons state
to be able to continue the task.
Available since: 2.10
Parameters
page-
Type:
GtkWidgetA page of
assistant.The data is owned by the caller of the method. complete-
Type:
gbooleanThe completeness status of the page.