struct Gtk::GesturePan::PanSignal
- Gtk::GesturePan::PanSignal
- Struct
- Value
- Object
Overview
Emitted once a panning gesture along the expected axis is detected.
Defined in:
auto/gtk-4.0/gesture_pan.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Gtk::PanDirection, Float64, Nil))
- #connect(handler : Proc(Gtk::PanDirection, Float64, Nil))
- #connect(handler : Proc(Gtk::GesturePan, Gtk::PanDirection, Float64, Nil))
- #connect_after(&block : Proc(Gtk::PanDirection, Float64, Nil))
- #connect_after(handler : Proc(Gtk::PanDirection, Float64, Nil))
- #connect_after(handler : Proc(Gtk::GesturePan, Gtk::PanDirection, Float64, Nil))
- #emit(direction : Gtk::PanDirection, offset : Float64) : Nil
- #name