struct Gtk::EventControllerMotion::EnterSignal
- Gtk::EventControllerMotion::EnterSignal
- Struct
- Value
- Object
Overview
Signals that the pointer has entered the widget.
Defined in:
auto/gtk-4.0/event_controller_motion.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Float64, Float64, Nil))
- #connect(handler : Proc(Float64, Float64, Nil))
- #connect(handler : Proc(Gtk::EventControllerMotion, Float64, Float64, Nil))
- #connect_after(&block : Proc(Float64, Float64, Nil))
- #connect_after(handler : Proc(Float64, Float64, Nil))
- #connect_after(handler : Proc(Gtk::EventControllerMotion, Float64, Float64, Nil))
- #emit(x : Float64, y : Float64) : Nil
- #name