gtkComboBoxNewWithModel {RGtk2}R Documentation

gtkComboBoxNewWithModel

Description

Creates a new GtkComboBox with the model initialized to model.

Usage

gtkComboBoxNewWithModel(model, show = TRUE)

Arguments

model [GtkTreeModel] A GtkTreeModel.

Details

Since 2.4

Value

[GtkWidget] A new GtkComboBox.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]