Handbook
Glossary
gtk_flow_box_get_child_at_pos ( flow_box x y -- GtkFlowBoxChild* )
Vocabulary
gtk3
.
ffi
Inputs
flow_box
an
object
x
an
object
y
an
object
Outputs
GtkFlowBoxChild*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
GtkFlowBoxChild*
gtk_flow_box_get_child_at_pos
( GtkFlowBox* flow_box,
gint
x,
gint
y )