set_tooltip_cell
Description:
public void set_tooltip_cell (Tooltip tooltip, TreePath? path, TreeViewColumn? column, CellRenderer? cell)
Sets the tip area of tooltip
to the area path
, column
and cell
have in common.
Note:
Use [class@Gtk.ListView] or [class@Gtk.ColumnView] instead
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 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 set_tooltip_column for a simpler alternative.
Parameters:
this |
a `GtkTreeView` |
tooltip |
a `GtkTooltip` |
path |
a `GtkTreePath` |
column |
a `GtkTreeViewColumn` |
cell |
a `GtkCellRenderer` |