Handbook
Glossary
gtk_cell_layout_add_attribute ( cell_layout cell attribute column -- )
Vocabulary
gtk2
.
ffi
Inputs
cell_layout
an
object
cell
an
object
attribute
an
object
column
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_cell_layout_add_attribute
( GtkCellLayout* cell_layout, GtkCellRenderer* cell, gchar*
attribute,
gint
column )