gtkComboBoxInsertText: gtkComboBoxInsertText

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Inserts string at position in the list of strings stored in combo.box. Note that you can only use this function with combo boxes constructed with gtkComboBoxNewText.

Usage

1
gtkComboBoxInsertText(object, position, text)

Arguments

object

A GtkComboBox constructed using gtkComboBoxNewText

position

An index to insert text

text

A string

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


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