Layout.getSize

void getSize(out uint width, out uint height)

Gets the size that has been set on the layout, and that determines the total extents of the layout’s scrollbar area. See gtk_layout_set_size ().

Parameters

widthlocation to store the width set on layout, or null
heightlocation to store the height set on layout, or null