Gtk.Assistant.prototype.next_page

function next_page():void {
    // Gjs wrapper for gtk_assistant_next_page()
}

Navigate to the next page.

It is a programming error to call this function when there is no next page.

This function is for use when creating pages of the #GTK_ASSISTANT_PAGE_CUSTOM type.

Since 3.0