struct Gtk::LevelBar::OffsetChangedSignal
- Gtk::LevelBar::OffsetChangedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when an offset specified on the bar changes value.
This typically is the result of a Gtk::LevelBar#add_offset_value
call.
The signal supports detailed connections; you can connect to the detailed signal "changed::x" in order to only receive callbacks when the value of offset "x" changes.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/level_bar.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::LevelBar, String, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(name : 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::LevelBar, String, Nil), *, after : Bool = false) : GObject::SignalConnection
#