"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)objectGtkIconViewxykeyboard.tipmodelGtkTreeModel or NULL. [ allow-none ]pathGtkTreePath or NULL. [ allow-none ]iterGtkTreeIter 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