Method
GtkContainerchild_set_valist
Declaration [src]
void
gtk_container_child_set_valist (
GtkContainer* container,
GtkWidget* child,
const gchar* first_property_name,
va_list var_args
)
Description [src]
Sets one or more child properties for child
and container
.
This method is not directly available to language bindings.
Parameters
child
-
Type:
GtkWidget
A widget which is a child of
container
.The data is owned by the caller of the method. first_property_name
-
Type:
const gchar*
The name of the first property to set.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. var_args
-
Type:
va_list
A
NULL
-terminated list of property names and values, starting withfirst_prop_name
.