connectChangeValue
fun connectChangeValue(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (scroll: ScrollType) -> Unit): <Error class: unknown class>
Emitted when the user initiates a value change.
This is a class.SignalAction.html.
Applications should not connect to it, but may emit it with g_signal_emit_by_name() if they need to control the cursor programmatically.
The default bindings for this signal are Up/Down and PageUp/PageDown.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: scroll
a GtkScrollType
to specify the speed and amount of change