Package: gtk

Accessor gtk:event-controller-motion-is-pointer

Lambda List

gtk:event-controller-motion-is-pointer (object)

Syntax

(gtk:event-controller-motion-is-pointer object) => is-pointer

Arguments

object -- a gtk:event-controller-motion object
is-pointer -- a boolean whether the pointer is within object

Details

The accessor for the is-pointer slot of the gtk:event-controller-motion class returns true if the pointer is within the controllers widget but not one of its children.
 

See also

2025-09-25