Handbook
Glossary
atk_component_ref_accessible_at_point ( component x y coord_type -- AtkObject* )
Vocabulary
atk
.
ffi
Inputs
component
an
object
x
an
object
y
an
object
coord_type
an
object
Outputs
AtkObject*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
atk.ffi
LIBRARY:
atk
FUNCTION:
AtkObject*
atk_component_ref_accessible_at_point
( AtkComponent* component,
gint
x,
gint
y,
AtkCoordType
coord_type )