Method

GtkComboBoxTextremove

deprecated: 4.10 

Declaration [src]

void
gtk_combo_box_text_remove (
  GtkComboBoxText* combo_box,
  int position
)

Description [src]

Removes the string at position from combo_box.

Deprecated since: 4.10

Use GtkDropDown

Parameters

position

Type: int

Index of the item to remove.