Handbook
Glossary
gtk_cell_accessible_parent_get_cell_extents ( cell_accessible_parent cell x y width height coord_type -- )
Vocabulary
gtk3
.
ffi
Inputs
cell_accessible_parent
an
object
cell
an
object
x
an
object
y
an
object
width
an
object
height
an
object
coord_type
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
atk.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_cell_accessible_parent_get_cell_extents
( GtkCellAccessibleParent* cell_accessible_parent,
GtkCellAccessible* cell, gint* x, gint* y, gint* width,
gint* height,
AtkCoordType
coord_type )