GimpUi.IntComboBox.set_active

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

Looks up the item that belongs to the given value and makes it the selected item in the self.

Since 2.2

self

a GimpUi.IntComboBox

value

an integer value

Returns