GtkComboBoxEntry
A text entry field with a dropdown list
A #GtkComboBoxEntry is a widget that allows the user to choose from a
list of valid choices or enter a different value. It is very similar
to a #GtkComboBox, but it displays the selected value in an entry to
allow modifying it.
In contrast to a #GtkComboBox, the underlying model of a #GtkComboBoxEntry
must always have a text column (see gtk_combo_box_entry_set_text_column()),
and the entry will show the content of the text column in the selected row. To
get the text from the entry, use gtk_combo_box_get_active_text().
The convenience API to construct simple text-only #GtkComboBoxes can
also be used with #GtkComboBoxEntrys which have been constructed
with gtk_combo_box_entry_new_text().
#GtkComboBox
@Returns:
@model:
@text_column:
@model:
@text_column:
@Returns:
@Returns:
@entry_box:
@text_column:
@entry_box:
@Returns: