signal callback delegate or function to connect
void callback(gtk.types.DirectionType directionType, gtk.scrolled_window.ScrolledWindow scrolledWindow)
directionType either gtk.types.DirectionType.TabForward or gtk.types.DirectionType.TabBackward (optional)
scrolledWindow the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to MoveFocusOut signal.
Emitted when focus is moved away from the scrolled window by a keybinding.
This is a keybinding signal.
The default bindings for this signal are Ctrl + Tab to move forward and Ctrl + Shift + Tab to move backward.