[ 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
.
| this | |
| value |
an integer value |
|
true on success (value changed or not) or false if there was no item for this value. |