Package: gtk

Function gtk:icon-view-set-tooltip-cell

Lambda List

gtk:icon-view-set-tooltip-cell (view tooltip path cell)

Arguments

view -- a gtk:icon-view widget
tooltip -- a gtk:tooltip object
path -- a gtk:tree-path instance
cell -- a gtk:cell-renderer object or nil

Details

Sets the tip area of the tooltip to the area which cell occupies in the item pointed to by path. See also the gtk:tooltip-set-tip-area function. See also the gtk:icon-view-tooltip-column function for a simpler alternative.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

#2024-5-1