onMoveFocusOut
fun onMoveFocusOut(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (directionType: DirectionType) -> Unit): <Error class: unknown class>(source)
Emitted when focus is moved away from the scrolled window by a keybinding.
This is a class.SignalAction.html.
The default bindings for this signal are Ctrl + Tab
to move forward and Ctrl + Shift + Tab
to move backward.
Parameters
connectFlags
a combination of ConnectFlags
handler
the Callback to connect. Params: directionType
either %GTK_DIR_TAB_FORWARD or %GTK_DIR_TAB_BACKWARD