Gtk.CellArea.prototype.has_renderer

function has_renderer(renderer:Gtk.CellRenderer):Boolean {
    // Gjs wrapper for gtk_cell_area_has_renderer()
}

Checks if area contains renderer.

Since 3.0

renderer

the Gtk.CellRenderer to check

Returns

true if renderer is in the area.