Gtk.ComboBoxText.prototype.prepend_text
function prepend_text(text:String):void { // Gjs wrapper for gtk_combo_box_text_prepend_text() }
Prepends text to the list of strings stored in combo_box.
This is the same as calling Gtk.ComboBoxText.prototype.insert_text with a position of 0.
Since 2.24
- text
A string