ComboBox.appendText

Warning gtk_combo_box_append_text has been deprecated since version 2.24 and should not be used in newly-written code. Use GtkComboBoxText Appends string to 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
appendText
(
string text
)

Parameters

text string

A string

Meta