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