Method
Gtk.TreeView.convert_tree_to_widget_coords
Declaration [src]
void
gtk_tree_view_convert_tree_to_widget_coords (
GtkTreeView* tree_view,
int tx,
int ty,
int* wx,
int* wy
)
Description [src]
Converts tree coordinates (coordinates in full scrollable area of the tree) to widget coordinates.
Parameters
tx |
int |
X coordinate relative to the tree |
|
ty |
int |
Y coordinate relative to the tree |
|
wx |
int* |
return location for widget X coordinate |
|
Direction: out | |
Ownership of the data is transferred to the callee | |
wy |
int* |
return location for widget Y coordinate |
|
Direction: out | |
Ownership of the data is transferred to the callee |