GtkComboBox::remove_text

void remove_text(int position);

position : Index of the item to remove.

The remove_text() method removes the string at the index specified by position in the associated GtkListStore. Note that you can only use this function with combo boxes constructed with the new_text function.

See also: append_text() , insert_text() , prepend_text()