Handbook
Glossary
gtk_container_add_with_properties ( container widget first_prop_name varargs -- )
Vocabulary
gtk3
.
ffi
Inputs
container
an
object
widget
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_add_with_properties
( GtkContainer* container, GtkWidget* widget, gchar*
first_prop_name,
void*
varargs )