This is property only relevant if the combo was created with property@Gtk.ComboBox:has-entry is true.
ComboBox.entryTextColumn
int entryTextColumn() @propertyGet entryTextColumn property.
Returns
The model column to associate with strings from the entry.
void entryTextColumn(int propval) @propertySet entryTextColumn property.
Parameters
propval | The model column to associate with strings from the entry. This is property only relevant if the combo was created with property@Gtk.ComboBox:has-entry is true. |