Gtk.Notebook.prototype.prev_page
function prev_page():void {
// Gjs wrapper for gtk_notebook_prev_page()
}Switches to the previous page. Nothing happens if the current page is the first page.
function prev_page():void {
// Gjs wrapper for gtk_notebook_prev_page()
}Switches to the previous page. Nothing happens if the current page is the first page.