struct Gtk::CellRendererAccel::AccelEditedSignal

Overview

Gets emitted when the user has selected a new accelerator.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/cell_renderer_accel.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 : Nil | String = nil) new

Instance Method Detail

def connect(*, after : Bool = false, &block : Proc(String, UInt32, Gdk::ModifierType, UInt32, Nil)) : GObject::SignalConnection #

[View source]
def connect(handler : Proc(String, UInt32, Gdk::ModifierType, UInt32, Nil), *, after : Bool = false) : GObject::SignalConnection #

[View source]
def connect(handler : Proc(Gtk::CellRendererAccel, String, UInt32, Gdk::ModifierType, UInt32, Nil), *, after : Bool = false) : GObject::SignalConnection #

[View source]
def emit(path_string : String, accel_key : UInt32, accel_mods : Gdk::ModifierType, hardware_keycode : UInt32) : Nil #

[View source]
def name : String #
Description copied from struct GObject::Signal

The signal name


[View source]