ComboBox.columnSpanColumn

int columnSpanColumn() @property

Get columnSpanColumn 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 columns that item will span in the popup. Therefore, values in this column must be greater than zero, and the sum of an item’s column position + span should not exceed #GtkComboBox:wrap-width.

void columnSpanColumn(int propval) @property

Set columnSpanColumn 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 columns that item will span in the popup. Therefore, values in this column must be greater than zero, and the sum of an item’s column position + span should not exceed #GtkComboBox:wrap-width.