Container.childNotify

Emits a "child-notify" signal for the child property child_property on widget. This is an analogue of g_object_notify() for child properties. Also see gtk_widget_child_notify().

class Container
void
childNotify

Parameters

child Widget

the child widget

childProperty string

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

Meta