"query-tooltip"
signal handler for GtkIconView
. The x
, y
and keyboard.tip
values
which are received in the signal handler, should be passed to this
function without modification.gtkIconViewGetTooltipContext(object, x, y, keyboard.tip)
object
GtkIconView
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 item returned will be the cursor item. 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 icon.view
's bin_window if keyboard.tooltip
is FALSE
.
Since 2.12