Last updated: Sun, 12 May 2013 view this page in English
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.