Method
GtkTreeViewconvert_bin_window_to_widget_coords
deprecated: 4.10
Declaration [src]
void
gtk_tree_view_convert_bin_window_to_widget_coords (
GtkTreeView* tree_view,
int bx,
int by,
int* wx,
int* wy
)
Description [src]
Converts bin_window coordinates to widget relative coordinates.
Deprecated since: 4.10
Use GtkListView
or GtkColumnView
instead.