Module: Clutter::ContentRepeat

Defined in:
(unknown)

Constant Summary collapse

NONE =

No repeat

0 or :none
X_AXIS =

Repeat the content on the X axis

1 or :x_axis
Y_AXIS =

Repeat the content on the Y axis

2 or :y_axis
BOTH =

Repeat the content on both axis

3 or :both