Package: gtk
Function gtk:text-view-iter-at-location
Lambda Listgtk:text-view-iter-at-location (view x y) ArgumentsReturn Value The gtk:text-iter iterator at text buffer coordinates. Details Retrieves the iterator at text buffer coordinates x and y.
Text buffer coordinates are coordinates for the entire text buffer, not just
the currently displayed portion. If you have coordinates from an event, you
have to convert those to text buffer coordinates with the gtk:text-view-window-to-buffer-coords function. | See also |
2024-7-4