Package: gtk

Callback gtk:text-char-predicate

Syntax

lambda (ch) => result

Arguments

ch -- a Unichar character
result -- true if the character was found

Details

A callback function used by the gtk:text-iter-find-char function to search a char in the text buffer.
 

See also

2024-7-1