Handbook
Glossary
gtk_icon_view_get_item_at_pos ( icon_view x y path cell -- gboolean )
Vocabulary
gtk2
.
ffi
Inputs
icon_view
an
object
x
an
object
y
an
object
path
an
object
cell
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_item_at_pos
( GtkIconView* icon_view,
gint
x,
gint
y, GtkTreePath* path,
GtkCellRenderer* cell )