Package: gtk
Function gtk:text-iter-can-insert
Lambda Listgtk:text-iter-can-insert (iter editable) ArgumentsReturn ValueTrue if the text inserted at the iterator would be editable. Details
Considering the default editability of the text buffer, and tags that affect
editability, determines whether text inserted at the iterator would be
editable. If text inserted at the iterator would be editable then the user should be allowed to insert text at the iterator. The gtk:text-buffer-insert function with the true value for the interactive argument uses this function to decide whether insertions are allowed at a given position. | See also |
2024-7-1