Package: gtk

Function gtk-widget-freeze-child-notify

Lambda List

gtk-widget-freeze-child-notify (widget)

Arguments

widget -- a gtk-widget object

Details

Stops emission of "child-notify" signals on the widget. The signals are queued until the gtk-widget-thaw-child-notify function is called on the widget.

This is the analogue of the g-object-freeze-notify function for child properties.
 

See also

2021-9-20