GimpUi.IntComboBox.set_active_by_user_data

@accepts(GimpUi.IntComboBox, gpointer)
@returns(bool)
def set_active_by_user_data(self, user_data):
    # Python wrapper for gimp_int_combo_box_set_active_by_user_data()
  

Looks up the item that has the given user_data and makes it the selected item in the self.

Since 2.10

self

a GimpUi.IntComboBox

user_data

an integer value

Returns