set_reallocate_redraws


Description:

public void set_reallocate_redraws (bool needs_redraws)

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