Gtk.Widget.prototype.set_mapped

function set_mapped(mapped:Boolean):void {
    // Gjs wrapper for gtk_widget_set_mapped()
}

Marks the widget as being realized.

This function should only ever be called in a derived widget's "map" or "unmap" implementation.

Since 2.20

mapped

true to mark the widget as mapped