struct Gtk::Widget::KeynavFailedSignal
- Gtk::Widget::KeynavFailedSignal
- Struct
- Value
- Object
Overview
Emitted if keyboard navigation fails.
See Gtk::Widget#keynav_failed
for details.
Defined in:
auto/gtk-4.0/widget.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Gtk::DirectionType, Bool))
- #connect(handler : Proc(Gtk::DirectionType, Bool))
- #connect(handler : Proc(Gtk::Widget, Gtk::DirectionType, Bool))
- #connect_after(&block : Proc(Gtk::DirectionType, Bool))
- #connect_after(handler : Proc(Gtk::DirectionType, Bool))
- #connect_after(handler : Proc(Gtk::Widget, Gtk::DirectionType, Bool))
- #emit(direction : Gtk::DirectionType) : Nil
- #name