gtkWidgetFreezeChildNotify {RGtk2}R Documentation

gtkWidgetFreezeChildNotify

Description

Stops emission of "child-notify" 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 g\Object\Freeze\Notify() for child properties.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]