Method

GtkComboBoxset_id_column

since: 3.0

Declaration [src]

void
gtk_combo_box_set_id_column (
  GtkComboBox* combo_box,
  gint id_column
)

Description [src]

Sets the model column which combo_box should use to get string IDs for values from. The column id_column in the model of combo_box must be of type G_TYPE_STRING.

Available since: 3.0

Sets propertyGtk.ComboBox:id-column

Parameters

id_column

Type: gint

A column in model to get string IDs for values from.