ComboBoxEntry.setTextColumn

Warning gtk_combo_box_entry_set_text_column has been deprecated since version 2.24 and should not be used in newly-written code. Use gtk_combo_box_set_entry_text_column() instead Sets the model column which entry_box should use to get strings from to be text_column. Since 2.4

class ComboBoxEntry
void
setTextColumn

Parameters

textColumn int

A column in model to get the strings from.

Meta