insertText

open fun insertText(position: Int, text: String)

Inserts @text at @position in the list of strings stored in @combo_box.

If @position is negative then @text is appended.

This is the same as calling method@Gtk.ComboBoxText.insert with a null ID string.

Parameters

position

An index to insert @text

text

A string