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

a GtkWidget

Details

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]