ComboBox.rowSpanColumn

Get rowSpanColumn property.

  1. int rowSpanColumn [@property getter]
    class ComboBox
    @property
    int
    rowSpanColumn
    ()
  2. int rowSpanColumn [@property setter]

Return Value

Type: int

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.