Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkComboBoxEntryNewWithModel

gtkComboBoxEntryNewWithModel


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

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.