ComboBoxEntry.getTextColumn

Warning gtk_combo_box_entry_get_text_column has been deprecated since version 2.24 and should not be used in newly-written code. Use gtk_combo_box_get_entry_text_column() instead Returns the column which entry_box is using to get the strings from. Since 2.4

class ComboBoxEntry
int
getTextColumn
()

Return Value

Type: int

A column in the data source model of entry_box.

Meta