Method

GtkTreeViewconvert_bin_window_to_widget_coords

since: 2.12

Declaration [src]

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

Description [src]

Converts bin_window coordinates (see gtk_tree_view_get_bin_window()) to widget relative coordinates.

Available since: 2.12

Parameters

bx

Type: gint

Bin_window X coordinate.

by

Type: gint

Bin_window Y coordinate.

wx

Type: gint*

Return location for widget X coordinate.

The argument will be set by the function.
wy

Type: gint*

Return location for widget Y coordinate.

The argument will be set by the function.