Package: gtk
Function gtk:text-iter-marks
Lambda Listgtk:text-iter-marks (iter) ArgumentsReturn ValueList of gtk:text-mark objects. Details      
    Returns a list of all text marks at this location.  
  Because text marks are not iterable, they do not take up any "space" in the
  text buffer, they are just text marks in between iterable locations, multiple
  text marks can exist in the same place. The returned list is not in any
  meaningful order.        | See also | 
2024-07-01