Method
GtkWidgetfreeze_child_notify
Declaration [src]
void
gtk_widget_freeze_child_notify (
GtkWidget* widget
)
Description [src]
Stops emission of GtkWidget::child-notify signals on widget. The
signals are queued until gtk_widget_thaw_child_notify() is called
on widget.
This is the analogue of g_object_freeze_notify() for child properties.