connectPressed

fun connectPressed(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (x: Double, y: Double) -> Unit): <Error class: unknown class>

Emitted whenever a press goes unmoved/unreleased longer than what the GTK defaults tell.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: x the X coordinate where the press happened, relative to the widget allocation; y the Y coordinate where the press happened, relative to the widget allocation