gtkComboBoxGetModel {RGtk2}R Documentation

gtkComboBoxGetModel

Description

Returns the GtkTreeModel which is acting as data source for combo.box.

Usage

gtkComboBoxGetModel(object)

Arguments

object [GtkComboBox] A GtkComboBox

Details

Since 2.4

Value

[GtkTreeModel] A GtkTreeModel which was passed during construction.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]