Handbook
Glossary
gtk_tree_view_convert_widget_to_bin_window_coords ( tree_view wx wy bx by -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
wx
an
object
wy
an
object
bx
an
object
by
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_view_convert_widget_to_bin_window_coords
( GtkTreeView* tree_view,
gint
wx,
gint
wy,
gint
bx,
gint
by
)