TreeView.setTooltipRow

void setTooltipRow(gtk.tooltip.Tooltip tooltip, gtk.tree_path.TreePath path)

Sets the tip area of tooltip to be the area covered by the row at path. See also [gtk.tree_view.TreeView.setTooltipColumn] for a simpler alternative. See also [gtk.tooltip.Tooltip.setTipArea].

Parameters

tooltipa [gtk.tooltip.Tooltip]
patha [gtk.tree_path.TreePath]

Deprecated

Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead