"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.gtkTreeViewGetTooltipContext(object, x, y, keyboard.tip)
object
x
y
keyboard.tip
model
GtkTreeModel
or NULL
. [ allow-none ]path
GtkTreePath
or NULL
. [ allow-none ]iter
GtkTreeIter
or NULL
. [ allow-none ]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