Handbook
Glossary
gtk_icon_view_get_dest_item_at_pos ( icon_view drag_x drag_y path pos -- gboolean )
Vocabulary
gtk3
.
ffi
Inputs
icon_view
an
object
drag_x
an
object
drag_y
an
object
path
an
object
pos
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
gboolean
gtk_icon_view_get_dest_item_at_pos
( GtkIconView* icon_view,
gint
drag_x,
gint
drag_y,
GtkTreePath** path, GtkIconViewDropPosition* pos )