Gtk.TreeView.prototype.convert_bin_window_to_tree_coords

function convert_bin_window_to_tree_coords(bx:Number, by:Number):void {
    // Gjs wrapper for gtk_tree_view_convert_bin_window_to_tree_coords()
}

Converts bin_window coordinates to coordinates for the tree (the full scrollable area of the tree).

Since 2.12

bx

X coordinate relative to bin_window

by

Y coordinate relative to bin_window