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
- user_data
an integer value
- Returns