set_entry_text_column
Description:
Sets the model column which this should use to get strings from to be text_column
.
Note:
Use [class@Gtk.DropDown]
For this column no separate [class@Gtk.CellRenderer] is needed.
The column text_column
in the model of this must be of type
g_type_string.
This is only relevant if this has been created with [property@Gtk.ComboBox:has-entry] as true.
Parameters:
this |
A `GtkComboBox` |
text_column |
A column in |