Package: gtk
Function gtk:text-buffer-selection-bounds
Lambda Listgtk:text-buffer-selection-bounds (buffer) ArgumentsReturn Value start -- a gtk:text-iter iterator with the selection start end -- a gtk:text-iter iterator with the selection end nil -- if no text is selected Details Returns the start and end iterators if some text is selected. If the selection has length 0, then the start and end iterators are filled in with the same value. The start and end iterators
will be in ascending order. | See also |
2024-7-3