GimpUi.IntComboBox.prototype.get_active

function get_active(): [ok: Boolean, value: Number(gint)] {
    // Gjs wrapper for gimp_int_combo_box_get_active()
}
  

Retrieves the value of the selected (active) item in the combo_box.

Since 2.2

ok

true if value has been set or false if no item was active.

value

return location for the integer value