set_reallocate_redraws


Description:

[ Version ( deprecated = true , deprecated_since = "3.14" ) ]
public void set_reallocate_redraws (bool needs_redraws)

Warning: set_reallocate_redraws is deprecated since 3.14.

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

Note:

Call queue_draw in your size_allocate handler.

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

Parameters:

this

a Container

needs_redraws

the new value for the container’s reallocate_redraws flag