Gtk.Widget.prototype.get_mapped

function get_mapped():Boolean {
    // Gjs wrapper for gtk_widget_get_mapped()
}

Whether the widget is mapped.

Since 2.20

Returns

true if the widget is mapped, false otherwise.