Package: gtk

Accessor gtk-gesture-pan-orientation

Lambda List

gtk-gesture-pan-orientation (object)

Syntax

(gtk-gesture-pan-orientation object) => orientation)
(setf (gtk-gesture-pan-orientation object) orientation)

Arguments

object -- a gtk-gesture object
orientation -- expected orientation of type gtk-orientation

Details

Accessor of the orientation slot of the gtk-gesture-pan class.

The slot access function gtk-gesture-pan-orientation returns the orientation of the pan gestures that this gesture expects. The slot access function (setf gtk-gesture-pan-orientation) sets the orientation to be expected on pan gestures.
 

See also

2020-9-11