func gtk_combo_box_text_remove(widget *C.GtkWidget, index int) { C.gtk_combo_box_text_remove(togtkcombobox(widget), C.gint(index)) }
// Remove is a wrapper around gtk_combo_box_text_remove(). func (v *ComboBoxText) Remove(position int) { C.gtk_combo_box_text_remove(v.native(), C.gint(position)) }