Handbook
Glossary
gtk_container_child_set ( container child first_prop_name varargs -- )
Vocabulary
gtk2
.
ffi
Inputs
container
an
object
child
an
object
first_prop_name
an
object
varargs
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_container_child_set
( GtkContainer* container, GtkWidget* child, gchar*
first_prop_name,
void*
varargs )