Gtk.Assistant.prototype.get_current_page

function get_current_page():Number {
    // Gjs wrapper for gtk_assistant_get_current_page()
}

Returns the page number of the current page.

Since 2.10

Returns

The index (starting from 0) of the current page in the assistant, or -1 if the assistant has no pages, or no current page.