Container.setReallocateRedraws

Sets the @reallocate_redraws flag of the container to the given value.

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

More...
class Container
void
setReallocateRedraws

Parameters

needsRedraws bool

the new value for the container’s @reallocate_redraws flag

Detailed Description

Deprecated: Call gtk_widget_queue_draw() in your size_allocate handler.

Meta