ComboBoxText.insert

void insert(int position, string id, string text)

Inserts text at position in the list of strings stored in combo_box.

If id is non-null then it is used as the ID of the row. See gtk.combo_box.ComboBox.idColumn.

If position is negative then text is appended.

Parameters

positionAn index to insert text
ida string ID for this value
textA string to display

Deprecated