Handbook
Glossary
gtk_container_child_set ( container child first_prop_name varargs -- )
Vocabulary
gtk3
.
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:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_container_child_set
( GtkContainer* container, GtkWidget* child, gchar*
first_prop_name,
void*
varargs )