API Version: 4.0
Library Version: 4.6.4
void gtk_tree_view_convert_widget_to_bin_window_coords ( GtkTreeView* tree_view, int wx, int wy, int* bx, int* by )
Converts widget coordinates to coordinates for the bin_window.
wx
int
X coordinate relative to the widget.
wy
Y coordinate relative to the widget.
bx
int*
Return location for bin_window X coordinate.
by
Return location for bin_window Y coordinate.