signal callback delegate or function to connect
void callback(double x, double y, gtk.event_controller_motion.EventControllerMotion eventControllerMotion)
x coordinates of pointer location (optional)
y coordinates of pointer location (optional)
eventControllerMotion the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Enter signal.
Signals that the pointer has entered the widget.