Method
GtkComboBoxset_entry_text_column
since: 2.24
Declaration [src]
void
gtk_combo_box_set_entry_text_column (
GtkComboBox* combo_box,
gint text_column
)
Description [src]
Sets the model column which combo_box
should use to get strings from
to be text_column
. The column text_column
in the model of combo_box
must be of type G_TYPE_STRING
.
This is only relevant if combo_box
has been created with
GtkComboBox:has-entry
as TRUE
.
Available since: 2.24
Sets property | Gtk.ComboBox:entry-text-column |