GimpUi.PageSelector.prototype.page_is_selected

function page_is_selected(page_no: Number(gint)): Boolean {
    // Gjs wrapper for gimp_page_selector_page_is_selected()
}
  

Since 2.4

page_no

The number of the page to check.

Returns

true if the page is selected, false otherwise.