connectMouseTargetChanged

fun connectMouseTargetChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (hitTestResult: HitTestResult, <Error class: unknown class>) -> Unit): <Error class: unknown class>

This signal is emitted when the mouse cursor moves over an element such as a link, image or a media element. To determine what type of element the mouse cursor is over, a Hit Test is performed on the current mouse coordinates and the result is passed in the

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: hitTestResult a #WebKitHitTestResult; modifiers a bitmask of #GdkModifierType