gtkComboSetItemString: gtkComboSetItemString

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the string to place in the GtkEntry field when a particular list item is selected. This is needed if the list item is not a simple label. WARNING: gtk_combo_set_item_string has been deprecated since version 2.4 and should not be used in newly-written code. Use GtkComboBox instead.

Usage

1
gtkComboSetItemString(object, item, item.value)

Arguments

object

a GtkCombo.

item

a GtkItem.

item.value

the string to place in the GtkEntry when item is selected.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.