Gtk.Container.prototype.child_notify

function child_notify(child:Gtk.Widget, child_property:String):void {
    // Gjs wrapper for gtk_container_child_notify()
}

Emits a Gtk.child-notify signal for the <link linkend="child-properties">child property</link> child_property on widget.

This is an analogue of GObject.notify for child properties.

Also see Gtk.child_notify.

Since 3.2

child

the child widget

child_property

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