Method

GtkTreeViewconvert_widget_to_bin_window_coords

since: 2.12

Declaration [src]

void
gtk_tree_view_convert_widget_to_bin_window_coords (
  GtkTreeView* tree_view,
  gint wx,
  gint wy,
  gint* bx,
  gint* by
)

Description [src]

Converts widget coordinates to coordinates for the bin_window (see gtk_tree_view_get_bin_window()).

Available since: 2.12

Parameters

wx

Type: gint

X coordinate relative to the widget.

wy

Type: gint

Y coordinate relative to the widget.

bx

Type: gint*

Return location for bin_window X coordinate.

The argument will be set by the function.
by

Type: gint*

Return location for bin_window Y coordinate.

The argument will be set by the function.