Method
Gtk.TreeView.convert_widget_to_bin_window_coords
Declaration [src]
void
gtk_tree_view_convert_widget_to_bin_window_coords (
GtkTreeView* tree_view,
int wx,
int wy,
int* bx,
int* by
)
Parameters
wx |
int |
X coordinate relative to the widget |
|
wy |
int |
Y coordinate relative to the widget |
|
bx |
int* |
return location for bin_window X coordinate |
|
Direction: out | |
Ownership of the data is transferred to the callee | |
by |
int* |
return location for bin_window Y coordinate |
|
Direction: out | |
Ownership of the data is transferred to the callee |