Package: gtk

Callback gtk-text-char-predicate

Details

A callback function used by the function gtk-text-iter-find-char to search a char in the text buffer.
 lambda (ch)  
ch
A Unichar character.
Returns
True if the character was found.
 

See also

2021-6-15