gtkTreeViewSetTooltipCell {RGtk2} | R Documentation |
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
gtkTooltipsetTipArea
.
gtkTreeViewSetTooltipCell(object, tooltip, path, column, cell)
|
[GtkTreeView ] a GtkTreeView |
|
[GtkTooltip ] a GtkTooltip |
|
[GtkTreePath ] a GtkTreePath or NULL |
|
[GtkTreeViewColumn ] a GtkTreeViewColumn or NULL |
|
[GtkCellRenderer ] a GtkCellRendererText or NULL |
Since 2.12
Derived by RGtkGen from GTK+ documentation