Method
GtkTreeViewconvert_tree_to_widget_coords
since: 2.12
Declaration [src]
void
gtk_tree_view_convert_tree_to_widget_coords (
GtkTreeView* tree_view,
gint tx,
gint ty,
gint* wx,
gint* wy
)
Description [src]
Converts tree coordinates (coordinates in full scrollable area of the tree) to widget coordinates.
Available since: 2.12
Parameters
tx
-
Type:
gint
X coordinate relative to the tree.
ty
-
Type:
gint
Y coordinate relative to the tree.
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.