TreeView.setTooltipCell
void setTooltipCell(gtk.tooltip.Tooltip tooltip, gtk.tree_path.TreePath path = null, gtk.tree_view_column.TreeViewColumn column = null, gtk.cell_renderer.CellRenderer cell = null)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.Tooltip.setTipArea.
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.tree_view.TreeView.setTooltipColumn for a simpler alternative.
Parameters
tooltip | a gtk.tooltip.Tooltip |
path | a gtk.tree_path.TreePath |
column | a gtk.tree_view_column.TreeViewColumn |
cell | a gtk.cell_renderer.CellRenderer |
Deprecated
Use gtk.list_view.ListView or gtk.column_view.ColumnView instead