struct Gtk::DropControllerMotion::EnterSignal
- Gtk::DropControllerMotion::EnterSignal
- Struct
- Value
- Object
Overview
Signals that the pointer has entered the widget.
Defined in:
auto/gtk-4.0/drop_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::DropControllerMotion, Float64, Float64, Nil))
- #connect_after(&block : Proc(Float64, Float64, Nil))
- #connect_after(handler : Proc(Float64, Float64, Nil))
- #connect_after(handler : Proc(Gtk::DropControllerMotion, Float64, Float64, Nil))
- #emit(x : Float64, y : Float64) : Nil
- #name