Gtk.ComboBoxText.prototype.remove
function remove(position:Number):void { // Gjs wrapper for gtk_combo_box_text_remove() }
Removes the string at position from combo_box.
Since 2.24
- position
Index of the item to remove
function remove(position:Number):void { // Gjs wrapper for gtk_combo_box_text_remove() }
Removes the string at position from combo_box.
Since 2.24
Index of the item to remove