ComboBox.setIdColumn

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.

More...
class ComboBox
void
setIdColumn
()

Parameters

idColumn int

A column in model to get string IDs for values from

Detailed Description

Deprecated: Use gtk.drop_down.DropDown