Package: gtk

Function gtk:text-view-window-to-buffer-coords

Lambda List

gtk:text-view-window-to-buffer-coords (view wtype xwindow ywindow)

Arguments

view -- a gtk:text-view widget
wtype -- a gtk:text-window-type value, except :private
xwindow -- an integer with the window x coordinate
ywindow -- an integer with the window y coordinate

Return Value

xbuffer -- an integer with the text buffer x coordinate or
ybuffer -- an integer with the text buffer y coordinate

Details

Converts coordinates on the window identified by wtype to text buffer coordinates.
 

See also

2024-7-4