Package: gtk

Function gtk-text-iter-marks

Lambda List

gtk-text-iter-marks (iter)

Arguments

iter -- a gtk-text-iter instance

Return Value

List 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

2021-6-13