| gtkComboBoxRemoveText {RGtk2.10} | R Documentation |
Removes the string at position from combo.box. Note that you can only use
this function with combo boxes constructed with gtkComboBoxNewText.
gtkComboBoxRemoveText(object, position)
|
[GtkComboBox] A GtkComboBox constructed with gtkComboBoxNewText. |
|
[integer] Index of the item to remove. |
Since 2.4
Derived by RGtkGen from GTK+ documentation