Gtk.ScrolledWindow::move-focus-out
function callback(scrolled_window, direction_type:Gtk.DirectionType, ):void;
The ::move-focus-out signal is a <link linkend="keybinding-signals">keybinding signal</link> which gets emitted when focus is moved away from the scrolled window by a keybinding. The Gtk.move-focus signal is emitted with direction_type on this scrolled windows toplevel parent in the container hierarchy. The default bindings for this signal are <keycombo><keycap>Tab</keycap><keycap>Ctrl</keycap></keycombo> and <keycombo><keycap>Tab</keycap><keycap>Ctrl</keycap><keycap>Shift</keycap></keycombo>.
- scrolled_window
instance of Gtk.ScrolledWindow that is emitting the signal
- direction_type
either Gtk.DirectionType.tab_forward or Gtk.DirectionType.tab_backward