Method
GtkTreeViewconvert_tree_to_bin_window_coords
since: 2.12
Declaration [src]
void
gtk_tree_view_convert_tree_to_bin_window_coords (
GtkTreeView* tree_view,
gint tx,
gint ty,
gint* bx,
gint* by
)
Description [src]
Converts tree coordinates (coordinates in full scrollable area of the tree) to bin_window coordinates.
Available since: 2.12
Parameters
tx
-
Type:
gint
Tree X coordinate.
ty
-
Type:
gint
Tree Y coordinate.
bx
-
Type:
gint*
Return location for X coordinate relative to bin_window.
The argument will be set by the function. by
-
Type:
gint*
Return location for Y coordinate relative to bin_window.
The argument will be set by the function.