GtkComboBox::prepend_text

void prepend_text(string text);

text : A string.

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

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