Layout.getSize

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().

class Layout
void
getSize
(
out uint width
,
out uint height
)

Parameters

width uint

location to store the width set on layout, or NULL. out[allow-none]

height uint

location to store the height set on layout, or NULL. out[allow-none]

Meta