Method
GtkContaineradd_with_properties
Declaration [src]
void
gtk_container_add_with_properties (
GtkContainer* container,
GtkWidget* widget,
const gchar* first_prop_name,
...
)
Description [src]
Adds widget
to container
, setting child properties at the same time.
See gtk_container_add()
and gtk_container_child_set()
for more details.
This method is not directly available to language bindings. |
Parameters
widget |
GtkWidget |
A widget to be placed inside |
|
The data is owned by the caller of the function. | |
first_prop_name |
const gchar* |
The name of the first child property to set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
A |