Gtk.TreeView.prototype.set_tooltip_cell

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

Sets the tip area of tooltip to the area path, column and cell have in common. For example if path is null and column is set, the tip area will be set to the full area covered by column. See also Gtk.Tooltip.prototype.set_tip_area.

Note that if path is not specified and cell is set and part of a column containing the expander, the tooltip might not show and hide at the correct position. In such cases path must be set to the current node under the mouse cursor for this function to operate correctly.

See also Gtk.set_tooltip_column for a simpler alternative.

Since 2.12

tooltip

a Gtk.Tooltip

path

a Gtk.TreePath or null

column

a Gtk.TreeViewColumn or null

cell

a Gtk.CellRenderer or null