gtkComboBoxEntryNew {RGtk2}R Documentation

gtkComboBoxEntryNew

Description

Creates a new GtkComboBoxEntry which has a GtkEntry as child. After construction, you should set a model using gtkComboBoxSetModel and a text_column * using gtkComboBoxEntrySetTextColumn.

Usage

gtkComboBoxEntryNew(show = TRUE)

Details

Since 2.4

Value

[GtkWidget] A new GtkComboBoxEntry.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]