gtkComboBoxInsertText {RGtk2} | R Documentation |
Inserts string
at position
in the list of strings stored in combo.box
.
Note that you can only use this function with combo boxes constructed
with gtkComboBoxNewText
.
gtkComboBoxInsertText(object, position, text)
|
[GtkComboBox ] A GtkComboBox constructed using gtkComboBoxNewText |
|
[integer] An index to insert text |
|
[character] A string |
Since 2.4
Derived by RGtkGen from GTK+ documentation