Package: gtk
Function gtk:tree-view-set-tooltip-cell
Lambda Listgtk:tree-view-set-tooltip-cell (view tooltip path column renderer) ArgumentsDetails Sets the tip area of tooltip to the area path, column and renderer have in common. For example if the path argument is nil and column is set, the tip area will be set to the full area covered by column. See also the gtk:tooltip-set-tip-area function. Note that if the path argument is not specified and renderer is set and part of a column containing the expander, the tooltip might not show and hide at the correct position. In such cases path must be set to the current node under the mouse cursor for this function to operate correctly. See also the gtk:tree-view-tooltip-column function for a simpler alternative. | See also |
#2024-3-10