set_active


Description:

[ CCode ( cname = "gimp_string_combo_box_set_active" ) ]
[ Version ( since = "2.4" ) ]
public bool set_active (string id)

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

Parameters:

this

a StringComboBox

id

the ID of the item to select

Returns:

true on success or false if there was no item for this value.