struct Gtk::CellRendererToggle::ToggledSignal
- Gtk::CellRendererToggle::ToggledSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
The ::toggled signal is emitted when the cell is toggled.
It is the responsibility of the application to update the model with the correct value to store at path. Often this is simply the opposite of the value currently stored at path.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/cell_renderer_toggle.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(String, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(String, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::CellRendererToggle, String, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(path : 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(handler : Proc(Gtk::CellRendererToggle, String, Nil), *, after : Bool = false) : GObject::SignalConnection
#