gtkIconViewSetTooltipCell {RGtk2}R Documentation

gtkIconViewSetTooltipCell

Description

Sets the tip area of tooltip to the area which cell occupies in the item pointed to by path. See also gtkTooltipsetTipArea.

Usage

gtkIconViewSetTooltipCell(object, tooltip, path, cell)

Arguments

object [GtkIconView] a GtkIconView
tooltip [GtkTooltip] a GtkTooltip
path [GtkTreePath] a GtkTreePath
cell [GtkCellRenderer] a GtkCellRenderer or NULL

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]