TreeView.convertWidgetToBinWindowCoords

Converts widget coordinates to coordinates for the bin_window (see gtk_tree_view_get_bin_window()). Since 2.12

class TreeView
void
convertWidgetToBinWindowCoords
(
int wx
,
int wy
,
out int bx
,
out int by
)

Parameters

wx int

X coordinate relative to the widget

wy int

Y coordinate relative to the widget

bx int

return location for bin_window X coordinate. out

by int

return location for bin_window Y coordinate. out

Meta