ComboBox.rowSpanColumn

int rowSpanColumn() @property

Get rowSpanColumn property.

Returns

If this is set to a non-negative value, it must be the index of a column

of type G_TYPE_INT in the model. The value in that column for each item will determine how many rows that item will span in the popup. Therefore, values in this column must be greater than zero.

void rowSpanColumn(int propval) @property

Set rowSpanColumn property.

Parameters

propvalIf this is set to a non-negative value, it must be the index of a column of type G_TYPE_INT in the model. The value in that column for each item will determine how many rows that item will span in the popup. Therefore, values in this column must be greater than zero.