gtkComboBoxSetRowSpanColumn {RGtk2}R Documentation

gtkComboBoxSetRowSpanColumn

Description

Sets the column with row span information for combo.box to be row.span. The row span column contains integers which indicate how many rows an item should span.

Usage

gtkComboBoxSetRowSpanColumn(object, row.span)

Arguments

object [GtkComboBox] A GtkComboBox.
row.span [integer] A column in the model passed during construction.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]