Handbook
Glossary
gtk_tree_view_convert_widget_to_tree_coords ( tree_view wx wy tx ty -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
wx
an
object
wy
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_widget_to_tree_coords
( GtkTreeView* tree_view,
gint
wx,
gint
wy,
gint
tx,
gint
ty
)