Enumeration
ClutterPanAxis
since: 1.12
Description [src]
The axis of the constraint that should be applied on the panning action.
Available since: 1.12
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) |