Package: gtk

Function gtk-tree-view-convert-tree-to-bin-window-coords

Lambda List

gtk-tree-view-convert-tree-to-bin-window-coords (view x y)

Arguments

view -- a gtk-tree-view widget
x -- an integer with the tree x coordinate
y -- an integer with the tree y coordinate

Return Value

bx -- an integer with the x coordinate relative to bin window
by -- an integer with the y coordinate relative to bin window

Details

Converts tree view coordinates, coordinates in full scrollable area of the tree view, to bin window coordinates.
 

See also

2021-2-26