gtkWidgetFreezeChildNotify {RGtk2.10}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 gObjectFreezeNotify() for child properties.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]