Last updated: Tue, 22 May 2012 view this page in English
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.