Gtk.Widget.prototype.show_all

function show_all():void {
    // Gjs wrapper for gtk_widget_show_all()
}

Recursively shows a widget, and any child widgets (if the widget is a container).