Package: gtk
Function gtk:text-view-buffer-to-window-coords
Lambda Listgtk:text-view-buffer-to-window-coords (view wtype xbuffer ybuffer) ArgumentsReturn Value xwindow -- an integer with the window x coordinate ywindow -- an integer with the window y coordinate Details Converts the text buffer coordinates (xbuffer,ybuffer) to window coordinates (xwindow,ywindow) for the text view window of type wtype. Note that you cannot convert coordinates for a nonexisting window, see the gtk:text-view-border-window-size function. | See also |
#2025-1-25