EventControllerMotionPropertyName
public enum EventControllerMotionPropertyName : String, PropertyNameProtocol
Undocumented
-
Whether the pointer is in the controllers widget or a descendant.
See also [property
Gtk.EventControllerMotion:is-pointer
].When handling crossing events, this property is updated before [signal
Gtk.EventControllerMotion::enter
], but after [signalGtk.EventControllerMotion::leave
] is emitted.Declaration
Swift
case containsPointer = "contains-pointer"
-
Whether the pointer is in the controllers widget itself, as opposed to in a descendent widget.
See also [property
Gtk.EventControllerMotion:contains-pointer
].When handling crossing events, this property is updated before [signal
Gtk.EventControllerMotion::enter
], but after [signalGtk.EventControllerMotion::leave
] is emitted.Declaration
Swift
case isPointer = "is-pointer"
-
The name for this controller, typically used for debugging purposes.
Declaration
Swift
case name = "name"
-
The limit for which events this controller will handle.
Declaration
Swift
case propagationLimit = "propagation-limit"
-
The propagation phase at which this controller will handle events.
Declaration
Swift
case propagationPhase = "propagation-phase"
-
The widget receiving the
GdkEvents
that the controller will handle.Declaration
Swift
case widget = "widget"