Package: gtk

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

Lambda List

gtk:text-view-buffer-to-window-coords (view wtype xbuffer ybuffer)

Arguments

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

Return Value

xwindow -- an integer with the window x coordinate
ywindow -- an integer with the window y coordinate

Details

Converts the text buffer coordinates to window coordinates.
 

See also

#2024-7-4