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.

Warning

The gtk:entry-completion implementation is deprecated since 4.10. This object will be removed in GTK 5.
 

See also

#2024-5-2