ComboBox.prependText

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

Parameters

text string

A string

Meta