Package: gtk
Function gtk:text-iter-find-char
Lambda Listgtk:text-iter-find-char (iter predicate &key limit direction) ArgumentsReturn ValueTrue if a match was found. Details Advances the iterator, calling the pred function on each character. If direction is :backward goes backward from the iterator. If the pred callback function returns true, returns true and stops scanning. If the pred callback function never returns true, the iterator is set to limit if limit is non-nil, otherwise to the end iterator. The limit keyword argument has the nil default value. Notes | See also |
2024-7-1