Package: gtk

Function gtk:entry-completion-set-match-func

Lambda List

gtk:entry-completion-set-match-func (completion func)

Arguments

completion -- a gtk:entry-completion object
func -- a gtk:entry-completion-match-func callback function to use

Details

Sets the match function for the entry completion to be func. The match function is used to determine if a row should or should not be in the completion list.
 

See also

#2024-3-17