struct Gtk::CellArea::AddEditableSignal

Overview

Indicates that editing has started on @renderer and that @editable should be added to the owning cell-layouting widget at @cell_area.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/cell_area.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::CellRenderer, Gtk::CellEditable, Gdk::Rectangle, String, Nil)) : GObject::SignalConnection #

def connect(handler : Proc(Gtk::CellRenderer, Gtk::CellEditable, Gdk::Rectangle, String, Nil), *, after : Bool = false) : GObject::SignalConnection #

def connect(handler : Proc(Gtk::CellArea, Gtk::CellRenderer, Gtk::CellEditable, Gdk::Rectangle, String, Nil), *, after : Bool = false) : GObject::SignalConnection #

def emit(renderer : Gtk::CellRenderer, editable : Gtk::CellEditable, cell_area : Gdk::Rectangle, path : String) : Nil #

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

The signal name