gtkComboBoxEntryNewWithModel: gtkComboBoxEntryNewWithModel

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkComboBoxEntry which has a GtkEntry as child and a list of strings as popup. You can get the GtkEntry from a GtkComboBoxEntry using GTK_ENTRY (GTK_BIN (combo_box_entry)->child). To add and remove strings from the list, just modify model using its data manipulation API.

Usage

1
gtkComboBoxEntryNewWithModel(model, text.column, show = TRUE)

Arguments

model

A GtkTreeModel.

text.column

A column in model to get the strings from.

Details

Since 2.4

Value

[GtkWidget] A new GtkComboBoxEntry.

Author(s)

Derived by RGtkGen from GTK+ documentation


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