Method

Gtk.Assistant.set_page_complete

Declaration [src]

void
gtk_assistant_set_page_complete (
  GtkAssistant* assistant,
  GtkWidget* page,
  gboolean complete
)

Description [src]

Sets whether page contents are complete.

This will make assistant update the buttons state to be able to continue the task.

Parameters

page GtkWidget
 

a page of assistant

 Ownership is not transferred to the callee
complete gboolean
 

the completeness status of the page