if the combo was created with #GtkComboBox:has-entry = true.
ComboBox.entryTextColumn
int entryTextColumn() @property nothrowGet entryTextColumn property.
Returns
The column in the combo box's model to associate with strings from the entry
void entryTextColumn(int propval) @property nothrowSet 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. |