ComboBox.insertText

Warning gtk_combo_box_insert_text has been deprecated since version 2.24 and should not be used in newly-written code. Use GtkComboBoxText Inserts string at position in the list of strings stored in 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
insertText
(,
string text
)

Parameters

position int

An index to insert text

text string

A string

Meta