struct Adw::SwipeTracker::UpdateSwipeSignal
- Adw::SwipeTracker::UpdateSwipeSignal
- Struct
- Value
- Object
Overview
This signal is emitted every time the progress value changes.
Defined in:
auto/adw-1/swipe_tracker.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Float64, Nil))
- #connect(handler : Proc(Float64, Nil))
- #connect(handler : Proc(Adw::SwipeTracker, Float64, Nil))
- #connect_after(&block : Proc(Float64, Nil))
- #connect_after(handler : Proc(Float64, Nil))
- #connect_after(handler : Proc(Adw::SwipeTracker, Float64, Nil))
- #emit(progress : Float64) : Nil
- #name