gtkContainerSetReallocateRedraws {RGtk2}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 version 2.12.5-3 Index]