gtkComboBoxEntrySetTextColumn {RGtk2}R Documentation

gtkComboBoxEntrySetTextColumn

Description

Sets the model column which entry.box should use to get strings from to be text.column.

Usage

gtkComboBoxEntrySetTextColumn(object, text.column)

Arguments

object [GtkComboBoxEntry] A GtkComboBoxEntry.
text.column [integer] A column in model to get the strings from.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]