Method

Gtk.TreeView.convert_widget_to_tree_coords

Declaration [src]

void
gtk_tree_view_convert_widget_to_tree_coords (
  GtkTreeView* tree_view,
  int wx,
  int wy,
  int* tx,
  int* ty
)

Description [src]

Converts widget coordinates to coordinates for the tree (the full scrollable area of the tree).

Parameters

wx int
 

X coordinate relative to the widget

wy int
 

Y coordinate relative to the widget

tx int*
 

return location for tree X coordinate

 Direction: out
 Ownership of the data is transferred to the callee
ty int*
 

return location for tree Y coordinate

 Direction: out
 Ownership of the data is transferred to the callee