Package: gtk

Function gtk-tree-view-convert-tree-to-widget-coords

Lambda List

gtk-tree-view-convert-tree-to-widget-coords (view x y)

Arguments

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

Return Value

wx -- an integer with the widget x coordinate
wy -- an integer with the widget y coordinate

Details

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

See also

2021-2-26