Gtk.Widget.prototype.queue_compute_expand
function queue_compute_expand():void { // Gjs wrapper for gtk_widget_queue_compute_expand() }
Mark widget as needing to recompute its expand flags. Call this function when setting legacy expand child properties on the child of a container.
See Gtk.Widget.prototype.compute_expand.