Method

Gtk.TreeView.convert_tree_to_bin_window_coords

Declaration [src]

void
gtk_tree_view_convert_tree_to_bin_window_coords (
  GtkTreeView* tree_view,
  int tx,
  int ty,
  int* bx,
  int* by
)

Description [src]

Converts tree coordinates (coordinates in full scrollable area of the tree) to bin_window coordinates.

Parameters

tx int
 

tree X coordinate

ty int
 

tree Y coordinate

bx int*
 

return location for X coordinate relative to bin_window

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

return location for Y coordinate relative to bin_window

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