Handbook
Glossary
gtk_tree_view_insert_column_with_attributes ( tree_view position title cell varargs -- gint )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
position
an
object
title
an
object
cell
an
object
varargs
an
object
Outputs
gint
an
object
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
gint
gtk_tree_view_insert_column_with_attributes
( GtkTreeView* tree_view,
gint
position, gchar* title,
GtkCellRenderer* cell,
void*
varargs )