Gtk.Widget.prototype.hide

function hide():void {
    // Gjs wrapper for gtk_widget_hide()
}

Reverses the effects of Gtk.show, causing the widget to be hidden (invisible to the user).