Description Usage Arguments Details Value Author(s)
This function is supposed to be used in a "query-tooltip"
signal handler for GtkTreeView
. The x
, y
and keyboard.tip
values
which are received in the signal handler, should be passed to this
function without modification.
1 | gtkTreeViewGetTooltipContext(object, x, y, keyboard.tip)
|
|
a |
|
the x coordinate (relative to widget coordinates) |
|
the y coordinate (relative to widget coordinates) |
|
whether this is a keyboard tooltip or not |
The return value indicates whether there is a tree view row at the given
coordinates (TRUE
) or not (FALSE
) for mouse tooltips. For keyboard
tooltips the row returned will be the cursor row. When TRUE
, then any of
model
, path
and iter
which have been provided will be set to point to
that row and the corresponding model. x
and y
will always be converted
to be relative to tree.view
's bin_window if keyboard.tooltip
is FALSE
.
Since 2.12
A list containing the following elements:
retval |
[logical] whether or not the given tooltip context points to a row. |
|
a pointer to receive a |
|
a pointer to receive a |
|
a pointer to receive a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.