Method
GtkComboBoxset_column_span_column
since: 2.4
Declaration [src]
void
gtk_combo_box_set_column_span_column (
GtkComboBox* combo_box,
gint column_span
)
Description [src]
Sets the column with column span information for combo_box
to be
column_span
. The column span column contains integers which indicate
how many columns an item should span.
Available since: 2.4
Sets property | Gtk.ComboBox:column-span-column |