Handbook
Glossary
gtk_cell_accessible_parent_get_cell_position ( cell_accessible_parent cell row column -- )
Vocabulary
gtk3
.
ffi
Inputs
cell_accessible_parent
an
object
cell
an
object
row
an
object
column
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_cell_accessible_parent_get_cell_position
( GtkCellAccessibleParent* cell_accessible_parent,
GtkCellAccessible* cell, gint* row, gint* column )