Method

GtkComboBoxset_wrap_width

since: 2.4

Declaration [src]

void
gtk_combo_box_set_wrap_width (
  GtkComboBox* combo_box,
  gint width
)

Description [src]

Sets the wrap width of combo_box to be width. The wrap width is basically the preferred number of columns when you want the popup to be layed out in a table.

Available since: 2.4

Parameters

width

Type: gint

Preferred number of columns.