struct Gtk::Widget::KeynavFailedSignal

Overview

Emitted if keyboard navigation fails.

See Gtk::Widget#keynav_failed for details.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/widget.cr

Instance Method Summary

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 : String? = nil) new

Instance Method Detail

def connect(*, after : Bool = false, &block : Proc(Gtk::DirectionType, Bool)) : GObject::SignalConnection #

def connect(handler : Proc(Gtk::DirectionType, Bool), *, after : Bool = false) : GObject::SignalConnection #

def connect(handler : Proc(Gtk::Widget, Gtk::DirectionType, Bool), *, after : Bool = false) : GObject::SignalConnection #

def emit(direction : Gtk::DirectionType) : Nil #

def name : String #
Description copied from struct GObject::Signal

The signal name