Package: gtk

Function gtk:container-child-notify

Lambda List

gtk:container-child-notify (container child property)

Arguments

container -- a gtk:container widget
child -- a gtk:widget child widget
property -- a string with the name of a child property installed on the class of container

Details

Emits a "child-notify" signal for the property child property on widget. This is an analogue of the g:object-notify function for child properties. Also see the gtk:widget-child-notify function.
 

See also

#2023-3-3