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