get_size


Description:

public void get_size (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:

this

a Layout

width

location to store the width set on this, or null

height

location to store the height set on this, or null