Gtk.Layout.prototype.set_size

function set_size(width:Number, height:Number):void {
    // Gjs wrapper for gtk_layout_set_size()
}

Sets the size of the scrollable area of the layout.

width

width of entire scrollable area

height

height of entire scrollable area