TreeView.convertWidgetToTreeCoords
void convertWidgetToTreeCoords(int wx, int wy, out int tx, out int ty)Converts widget coordinates to coordinates for the tree (the full scrollable area of the tree).
Parameters
wx | X coordinate relative to the widget |
wy | Y coordinate relative to the widget |
tx | return location for tree X coordinate |
ty | return location for tree Y coordinate |
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead