gtkWidgetFreezeChildNotify {RGtk2} | R Documentation |
Stops emission of gtkWidgetChildNotify
signals on widget
. The
signals are queued until gtkWidgetThawChildNotify
is called
on widget
.
gtkWidgetFreezeChildNotify(object)
|
[GtkWidget ] a GtkWidget |
This is the analogue of gObjectFreezeNotify()
for child properties.
Derived by RGtkGen from GTK+ documentation