Method
Gtk TreeViewconvert_bin_window_to_widget_coords
since: 2.12
Declaration [src]
void
gtk_tree_view_convert_bin_window_to_widget_coords(
GtkTreeView*tree_view,
gintbx,
gintby,
gint*wx,
gint*wy
)
Description [src]
Converts bin_window coordinates (see gtk_tree_view_get_bin_window()) to widget relative coordinates.
Available since: 2.12
Parameters
bx-
Type:
gintBin_window X coordinate.
by-
Type:
gintBin_window Y coordinate.
wx-
Type:
gint*Return location for widget X coordinate.
The argument will be set by the function. wy-
Type:
gint*Return location for widget Y coordinate.
The argument will be set by the function.