GimpUi.IntComboBox.get_active

@accepts(GimpUi.IntComboBox, int)
@returns(bool)
def get_active(self, value):
    # Python wrapper for gimp_int_combo_box_get_active()
  

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

Since 2.2

self

a GimpUi.IntComboBox

value

return location for the integer value

Returns