Package: gtk

Accessor gtk:gesture-window

Lambda List

gtk:gesture-window (object)

Syntax

(gtk:gesture-window object) => window)
(setf (gtk:gesture-window object) window)

Arguments

object -- a gtk:gesture object
window -- a gdk:window object

Details

Accessor of the window slot of the gtk:gesture class. The gtk:gesture-window function returns the user-defined window that receives the events handled by the gesture. The (setf gtk:gesture-window) function sets a specific window to receive events about, so gesture will effectively handle only events targeting window, or a child of it. The window argument must pertain to the gtk:event-controller-widget function.
 

See also

2023-3-5