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