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

A GtkComboBox constructed with gtkComboBoxNewText

position

Index of the item to remove

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]