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 slot access function gtk-gesture-window returns the user-defined window that receives the events handled by the gesture. The slot access function (setf gtk-gesture-window) sets a specific window to receive events about, so gesture will effectively handle only events targeting window, or a child of it. window must pertain to the function gtk-event-controller-widget.
 

See also

2020-9-15