struct Gtk::CellRendererText::EditedSignal
- Gtk::CellRendererText::EditedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
This signal is emitted after renderer has been edited.
It is the responsibility of the application to update the model and store new_text at the position indicated by path.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/cell_renderer_text.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(String, String, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(String, String, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::CellRendererText, String, String, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(path : String, new_text : String) : 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(String, String, Nil)) : GObject::SignalConnection
#
def connect(handler : Proc(String, String, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::CellRendererText, String, String, Nil), *, after : Bool = false) : GObject::SignalConnection
#