Description Usage Arguments Details Author(s)
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
.
1 | gtkTreeViewSetTooltipCell(object, tooltip, path, column, cell)
|
|
a |
|
a |
|
a |
|
a |
|
a |
Note that if path
is not specified and cell
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 gtkTreeViewSetTooltipColumn
for a simpler alternative.
Since 2.12
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.