Gtk.Window.prototype.set_resizable

function set_resizable(resizable:Boolean):void {
    // Gjs wrapper for gtk_window_set_resizable()
}

Sets whether the user can resize a window. Windows are user resizable by default.

resizable

true if the user can resize this window