Method
GtkContainerchild_set
Declaration [src]
void
gtk_container_child_set (
GtkContainer* container,
GtkWidget* child,
const gchar* first_prop_name,
...
)
Description [src]
Sets one or more child properties for child
and container
.
This method is not directly available to language bindings. |
Parameters
child |
GtkWidget |
A widget which is a child of |
|
The data is owned by the caller of the function. | |
first_prop_name |
const gchar* |
The name of the first property to set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
A |