Method
Gtk.TreeView.convert_bin_window_to_tree_coords
Declaration [src]
void
gtk_tree_view_convert_bin_window_to_tree_coords (
  GtkTreeView* tree_view,
  int bx,
  int by,
  int* tx,
  int* ty
)
Description [src]
Converts bin_window coordinates to coordinates for the tree (the full scrollable area of the tree).
Parameters
| bx | int | 
| X coordinate relative to bin_window | |
| by | int | 
| Y coordinate relative to bin_window | |
| 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 |