Method
GtkContainerchild_get
Declaration [src]
void
gtk_container_child_get (
GtkContainer* container,
GtkWidget* child,
const gchar* first_prop_name,
...
)
Description [src]
Gets the values of one or more child properties for child and container.
This method is not directly available to language bindings.
Parameters
child-
Type:
GtkWidgetA widget which is a child of
container.The data is owned by the caller of the method. first_prop_name-
Type:
const gchar*The name of the first property to get.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. ...-
Type:
Return location for the first property, followed optionally by more name/return location pairs, followed by
NULL.