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