GimpUi.StringComboBox.set_active

@accepts(GimpUi.StringComboBox, unicode)
@returns(bool)
def set_active(self, id):
    # Python wrapper for gimp_string_combo_box_set_active()
  

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

Since 2.4

self

a GimpUi.StringComboBox

id

the ID of the item to select

Returns