gtkContainerSetReallocateRedraws {RGtk2.10}R Documentation

gtkContainerSetReallocateRedraws

Description

Sets the reallocate.redraws flag of the container to the given value.

Usage

gtkContainerSetReallocateRedraws(object, needs.redraws)

Arguments

object [GtkContainer] a GtkContainer.
needs.redraws [logical] the new value for the container's reallocate.redraws flag.

Details

Containers requesting reallocation redraws get automatically redrawn if any of their children changed allocation.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]