Gtk.Notebook.prototype.next_page

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

Switches to the next page. Nothing happens if the current page is the last page.