gtkComboBoxNewText {RGtk2}R Documentation

gtkComboBoxNewText

Description

Convenience function which constructs a new text combo box, which is a GtkComboBox just displaying strings. If you use this function to create a text combo box, you should only manipulate its data source with the following convenience functions: gtkComboBoxAppendText, gtkComboBoxInsertText, gtkComboBoxPrependText and gtkComboBoxRemoveText.

Usage

gtkComboBoxNewText(show = TRUE)

Details

Since 2.4

Value

[GtkWidget] A new text combo box. [ transfer none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]