gtkContainerSetReallocateRedraws {RGtk2} | R Documentation |
Sets the reallocate.redraws
flag of the container to the given value.
gtkContainerSetReallocateRedraws(object, needs.redraws)
|
[GtkContainer ] a GtkContainer |
|
[logical] the new value for the container's reallocate.redraws flag |
Containers requesting reallocation redraws get automatically redrawn if any of their children changed allocation.
Derived by RGtkGen from GTK+ documentation