if the combo was created with #GtkComboBox:has-entry = true.
ComboBox.entryTextColumn
int entryTextColumn() @propertyGet entryTextColumn property.
Returns
The column in the combo box's model to associate with strings from the entry
void entryTextColumn(int propval) @propertySet entryTextColumn property.
Parameters
propval | The column in the combo box's model to associate with strings from the entry if the combo was created with #GtkComboBox:has-entry = true. |