ComboBox.removeText

Warning gtk_combo_box_remove_text has been deprecated since version 2.24 and should not be used in newly-written code. Use GtkComboBoxText Removes the string at position from combo_box. Note that you can only use this function with combo boxes constructed with gtk_combo_box_new_text(). Since 2.4

class ComboBox
void
removeText
()

Parameters

position int

Index of the item to remove

Meta