Method
GtkContainerchild_notify
since: 3.2
Declaration [src]
void
gtk_container_child_notify (
GtkContainer* container,
GtkWidget* child,
const gchar* child_property
)
Description [src]
Emits a GtkWidget::child-notify signal for the
[child property][child-properties]
child_property on the child.
This is an analogue of g_object_notify() for child properties.
Also see gtk_widget_child_notify().
Available since: 3.2
Parameters
child-
Type:
GtkWidgetThe child widget.
The data is owned by the caller of the method. child_property-
Type:
const gchar*The name of a child property installed on the class of
container.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.