set_active


Description:

[ CCode ( cname = "gimp_int_combo_box_set_active" ) ]
[ Version ( since = "2.2" ) ]
public bool set_active (int value)

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

Parameters:

this

a IntComboBox

value

an integer value

Returns:

true on success (value changed or not) or false if there was no item for this value.