Enumeration

ClutterContentRepeat

since: 13

Declaration

flags Clutter.ContentRepeat

Description [src]

Content repeat modes.

Available since: 13

Members

CLUTTER_REPEAT_NONE

No repeat.

  • Value: 0
  • Nickname: none
  • Available since: 13
CLUTTER_REPEAT_X_AXIS

Repeat the content on the X axis.

  • Value: 1
  • Nickname: x-axis
  • Available since: 13
CLUTTER_REPEAT_Y_AXIS

Repeat the content on the Y axis.

  • Value: 2
  • Nickname: y-axis
  • Available since: 13
CLUTTER_REPEAT_BOTH

Repeat the content on both axis.

  • Value: 3
  • Nickname: both
  • Available since: 13