gtkWidgetFreezeChildNotify {RGtk2}R Documentation

gtkWidgetFreezeChildNotify

Description

Stops emission of gtkWidgetChildNotify signals on widget. The signals are queued until gtkWidgetThawChildNotify is called on widget.

Usage

gtkWidgetFreezeChildNotify(object)

Arguments

object [GtkWidget] a GtkWidget

Details

This is the analogue of gObjectFreezeNotify() for child properties.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]