gtkComboBoxRemoveText {RGtk2}R Documentation

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 [GtkComboBox] A GtkComboBox constructed with gtkComboBoxNewText
position [integer] Index of the item to remove

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]