GtkContainer::check_resize

void check_resize(void);

check_resize() emits the "check-resize" signal, which triggers a series of functions to check exactly what needs to be resized before either resetting the container's size allocation or calling the resize_children() method.

This method is mostly used internally.