Container.setReallocateRedraws
void setReallocateRedraws(bool needsRedraws)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.
Parameters
needsRedraws | the new value for the container’s reallocate_redraws flag |
Deprecated
Call [gtk.widget.Widget.queueDraw] in your size_allocate handler.