Gtk.Container.prototype.set_resize_mode

function set_resize_mode(resize_mode:Gtk.ResizeMode):void {
    // Gjs wrapper for gtk_container_set_resize_mode()
}

Sets the resize mode for the container.

The resize mode of a container determines whether a resize request will be passed to the container's parent, queued for later execution or executed immediately.

resize_mode

the new resize mode