Method

GtkComboBoxset_row_span_column

since: 2.4

Declaration [src]

void
gtk_combo_box_set_row_span_column (
  GtkComboBox* combo_box,
  gint row_span
)

Description [src]

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.

Available since: 2.4

Parameters

row_span

Type: gint

A column in the model passed during construction.