Gtk.ComboBox.prototype.set_row_span_column

function set_row_span_column(row_span:Number):void {
    // Gjs wrapper for gtk_combo_box_set_row_span_column()
}

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.

Since 2.4

row_span

A column in the model passed during construction.