Package: gtk

Function gtk:tree-view-set-tooltip-row

Lambda List

gtk:tree-view-set-tooltip-row (view tooltip path)

Arguments

view -- a gtk:tree-view widget
tooltip -- a gtk:tooltip object
path -- a gtk:tree-path instance

Details

Sets the tip area of tooltip to be the area covered by the row at path. See also the gtk:tree-view-tooltip-column function for a simpler alternative. See also the gtk:tooltip-set-tip-area function.

Warning

The gtk:tree-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-3-10