gtkComboBoxSetRowSpanColumn {RGtk2} | R Documentation |
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.
gtkComboBoxSetRowSpanColumn(object, row.span)
|
[GtkComboBox ] A GtkComboBox . |
|
[integer] A column in the model passed during construction. |
Since 2.4
Derived by RGtkGen from GTK+ documentation