Handbook
Glossary
gtk_cell_area_apply_attributes ( cell_area tree_model iter is_expander is_expanded -- )
Vocabulary
gtk3
.
ffi
Inputs
cell_area
an
object
tree_model
an
object
iter
an
object
is_expander
an
object
is_expanded
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_cell_area_apply_attributes
( GtkCellArea* cell_area, GtkTreeModel* tree_model,
GtkTreeIter* iter,
gboolean
is_expander,
gboolean
is_expanded )