Method
GtkContainerset_reallocate_redraws
deprecated: 3.14
[−]
Declaration [src]
void
gtk_container_set_reallocate_redraws (
GtkContainer* container,
gboolean needs_redraws
)
[−]
Description [src]
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.
Deprecated since: 3.14
Call gtk_widget_queue_draw()
in your size_allocate handler.
[−]
Parameters
needs_redraws
-
Type:
gboolean
The new value for the container’s
reallocate_redraws
flag.