Method GTK2.EntryCompletion()->set_text_column()


Method set_text_column

GTK2.EntryCompletion set_text_column(int column)

Description

Convenience function for setting up the most used case of this code: a completion list with just strings. This function will set up the completion to have a list displaying all (and just) strings in the list, and to get those strings from column column in the model.