struct Gtk::ScrolledWindow::MoveFocusOutSignal
- Gtk::ScrolledWindow::MoveFocusOutSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
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.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/scrolled_window.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gtk::DirectionType, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::DirectionType, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::ScrolledWindow, Gtk::DirectionType, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(direction_type : Gtk::DirectionType) : Nil
-
#name : String
The signal name
Instance methods inherited from struct GObject::Signal
[](detail : String) : self
[],
name : String
name
Constructor methods inherited from struct GObject::Signal
new(source : GObject::Object, detail : Nil | String = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Gtk::DirectionType, Nil)) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::DirectionType, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::ScrolledWindow, Gtk::DirectionType, Nil), *, after : Bool = false) : GObject::SignalConnection
#