Container.childNotify

Emits a 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 Widget.childNotify.

class Container
void
childNotify

Parameters

child Widget

the child widget

childProperty string

the name of a child property installed on the class of container

Meta