Creates a new event controller that will handle motion events for the given widget.
Connect to Enter signal.
Connect to Leave signal.
Connect to Motion signal.
Returns this, for use in with statements.
Get builder for gtk.event_controller_motion.EventControllerMotion
Returns this, for use in with statements.
Get builder for gtk.event_controller.EventController
Get propagationPhase property.
Set propagationPhase property.
Get widget property.
Gets the propagation phase at which controller handles events.
Returns the #GtkWidget this controller relates to.
Feeds an events into controller, so it can be interpreted and the controller actions triggered.
Resets the controller to a clean state. Every interaction the controller did through #GtkEventController::handle-event will be dropped at this point.
Sets the propagation phase at which a controller handles events.
#GtkEventControllerMotion is an event controller meant for situations where you need to track the position of the pointer.
This object was added in 3.24.