Enumeration

ClutterPanAxis

Declaration

enum Clutter.PanAxis

Description [src]

The axis of the constraint that should be applied on the panning action.

Members

Name Description
CLUTTER_PAN_AXIS_NONE

No constraint.

CLUTTER_PAN_X_AXIS

Set a constraint on the X axis.

CLUTTER_PAN_Y_AXIS

Set a constraint on the Y axis.

CLUTTER_PAN_AXIS_AUTO

Constrain panning automatically based on initial movement (available since 1.24)