RGtk2 (version 2.20.31)

gtkComboBoxRemoveText: gtkComboBoxRemoveText

Description

Removes the string at position from combo.box. Note that you can only use this function with combo boxes constructed with gtkComboBoxNewText.

Usage

gtkComboBoxRemoveText(object, position)

Arguments

object
A GtkComboBox constructed with gtkComboBoxNewText
position
Index of the item to remove

Details

Since 2.4