Handbook
Glossary
gtk_icon_view_get_dest_item_at_pos ( icon_view drag_x drag_y path pos -- gboolean )
Vocabulary
gtk2
.
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:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
gboolean
gtk_icon_view_get_dest_item_at_pos
( GtkIconView* icon_view,
gint
drag_x,
gint
drag_y,
GtkTreePath* path,
GtkIconViewDropPosition
pos )