Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.EntryCompletion

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.