ComboBoxText.insertText
void insertText(int position, string text)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 gtk.combo_box_text.ComboBoxText.insert with a null ID string.
Parameters
position | An index to insert text |
text | A string |