Handbook
Glossary
gtk_tree_view_convert_bin_window_to_tree_coords ( tree_view bx by tx ty -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
bx
an
object
by
an
object
tx
an
object
ty
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_tree_coords
( GtkTreeView* tree_view,
gint
bx,
gint
by,
gint
tx,
gint
ty
)