gtkTreeViewSetTooltipCell {RGtk2}R Documentation

gtkTreeViewSetTooltipCell

Description

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.

Usage

gtkTreeViewSetTooltipCell(object, tooltip, path, column, cell)

Arguments

object [GtkTreeView] a GtkTreeView
tooltip [GtkTooltip] a GtkTooltip
path [GtkTreePath] a GtkTreePath or NULL
column [GtkTreeViewColumn] a GtkTreeViewColumn or NULL
cell [GtkCellRenderer] a GtkCellRendererText or NULL

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]