[ Version ( since = "2.24" ) ]
public void set_entry_text_column (int text_column)
Sets the model column which this should use to get strings from to be text_column.
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.
| this |
A `GtkComboBox` |
| text_column |
A column in |