Handbook
Glossary
gtk_tree_view_convert_bin_window_to_widget_coords ( tree_view bx by wx wy -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
bx
an
object
by
an
object
wx
an
object
wy
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_bin_window_to_widget_coords
( GtkTreeView* tree_view,
gint
bx,
gint
by,
gint
wx,
gint
wy
)