Package: gtk

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

Lambda List

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

Arguments

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

Return Value

tx -- an integer with the tree view x coordinate
ty -- an integer with the tree view y coordinate

Details

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

See also

2021-2-26