[ Version ( since = "2.24" ) ]
public void insert_text (int position, string text)
Inserts text at position in the list of strings stored in this.
Use [class@Gtk.DropDown]
If position is negative then text is appended.
This is the same as calling [method@Gtk.ComboBoxText.insert] with a null ID string.
| this |
A `GtkComboBoxText` |
| position |
An index to insert |
| text |
A string |