Learn R Programming

RGtk2 (version 2.20.31)

gtkWidgetFreezeChildNotify: gtkWidgetFreezeChildNotify

Description

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

Usage

gtkWidgetFreezeChildNotify(object)

Arguments

object

Details

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