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