GtkLayout::set_size
void set_size(int width, int height);
Sets the size of the GtkLayout. If you do
not call this method the layout will size itself according to the
size allocation given it by the parent window, rather than the size
requisition of the layout's child widgets.