Method

GtkContainerchild_set_property

Declaration [src]

void
gtk_container_child_set_property (
  GtkContainer* container,
  GtkWidget* child,
  const gchar* property_name,
  const GValue* value
)

Description [src]

Sets a child property for child and container.

Parameters

child

Type: GtkWidget

A widget which is a child of container.

The data is owned by the caller of the method.
property_name

Type: const gchar*

The name of the property to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: GValue

The value to set the property to.

The data is owned by the caller of the method.