Gtk.IconView.prototype.set_tooltip_cell

function set_tooltip_cell(tooltip:Gtk.Tooltip, path:Gtk.TreePath, cell:Gtk.CellRenderer):void {
    // Gjs wrapper for gtk_icon_view_set_tooltip_cell()
}

Sets the tip area of tooltip to the area which cell occupies in the item pointed to by path. See also Gtk.set_tip_area.

See also Gtk.set_tooltip_column for a simpler alternative.

Since 2.12

tooltip

a Gtk.Tooltip

path

a Gtk.TreePath

cell

a Gtk.CellRenderer or null