GtkComboBox::append_text

void append_text(string text);

The append_text() method appends the string specified by text to the list of strings stored in the combo box GtkListStore. Note that you can only use this method with combo boxes constructed with the new_text function.

See also: insert_text() , prepend_text() , remove_text()