Enumeration

ClutterContentRepeat

Declaration

flags Clutter.ContentRepeat

Description [src]

Content repeat modes.

Available since:1.12

Members

Name Description
CLUTTER_REPEAT_NONE

No repeat.

CLUTTER_REPEAT_X_AXIS

Repeat the content on the X axis.

CLUTTER_REPEAT_Y_AXIS

Repeat the content on the Y axis.

CLUTTER_REPEAT_BOTH

Repeat the content on both axis.