Method
GtkComboBoxset_id_column
deprecated: 4.10
Declaration [src]
void
gtk_combo_box_set_id_column (
GtkComboBox* combo_box,
int 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
.
Deprecated since: 4.10
Use GtkDropDown
.
Sets property | Gtk.ComboBox:id-column |